R
RSH
Hi,
i have a situation where I have a string read from a file. The string
format looks like this
<HEADERROW> dynamic number of characters </HEADERROW>
dynamic number of rows
<HEADERROW> dynamic number of characters </HEADERROW>
dynamic number of rows
<HEADERROW> dynamic number of characters </HEADERROW>
dynamic number of rows
<HEADERROW> dynamic number of characters </HEADERROW>
dynamic number of rows
etc....
I need to keep the first "<HEADERROW> dynamic number of characters
</HEADERROW>"
but I want to remove every subsequent occurance of "<HEADERROW> dynamic
number of characters </HEADERROW>"
from the string.
What does the RegEx replace look like to do this?
Thanks alot for the help!
Ron
i have a situation where I have a string read from a file. The string
format looks like this
<HEADERROW> dynamic number of characters </HEADERROW>
dynamic number of rows
<HEADERROW> dynamic number of characters </HEADERROW>
dynamic number of rows
<HEADERROW> dynamic number of characters </HEADERROW>
dynamic number of rows
<HEADERROW> dynamic number of characters </HEADERROW>
dynamic number of rows
etc....
I need to keep the first "<HEADERROW> dynamic number of characters
</HEADERROW>"
but I want to remove every subsequent occurance of "<HEADERROW> dynamic
number of characters </HEADERROW>"
from the string.
What does the RegEx replace look like to do this?
Thanks alot for the help!
Ron