Hello all,

I have to check the spelling of a given string(predefined but user can
change) and i should also check for the opening and closing tags of the
string. i thought i could use Regular expression. but i am stuck up in the
middle

Ex: (contents of the predefned text)

<Effect of Problem> </Effect of Problem>
<Solution> </Solution>
<Reason for this problem> </Reason for this problem>
<How to Fix> </How to Fix>

The above text are predefined in a text box (in vb 6.0). The user might or
might not change the text
But during Submit i have to check for the spelling of the text inside <> and
also have to check for the opening and closing of the tags and i should
ensure that above mentioned tags are present

First, is this possible to do with RegExp?

Can any one help me on this ?


Thanks in advance


Regards
Karthik K

Re: Question on Regular Expression by Karthik

Karthik
Wed Nov 30 23:45:57 CST 2005

Forgot to mention,

User can type any characters in between the tags.