Z
z. f.
Hi,
i know this forum is for dot-net framework, but regular expressions is part of the framework, so i post my question here.
do you know of a code sample that can help me to replace the string
<title>hello</title>
with an addition to the inner text of the title tag so it will have an addition of XXX for example:
<title>hello</title> will be
<title>XXX hello</title>
or
<title>home</title> will be
<title>XXX home</title>
how can i do it with dot-net using regular expressions.
if you can reference me to a regular expressions forum where i can submit this question or answer this question it will be very helpful.
TIA!!!
z.
i know this forum is for dot-net framework, but regular expressions is part of the framework, so i post my question here.
do you know of a code sample that can help me to replace the string
<title>hello</title>
with an addition to the inner text of the title tag so it will have an addition of XXX for example:
<title>hello</title> will be
<title>XXX hello</title>
or
<title>home</title> will be
<title>XXX home</title>
how can i do it with dot-net using regular expressions.
if you can reference me to a regular expressions forum where i can submit this question or answer this question it will be very helpful.
TIA!!!
z.