> st=ReFindNoCase("<[^>]((input|textarea|select|option)\b).*?>",SearchString,StartPos,"TRUE")>

The [^>] bit requires that a character exist between the opening bracket
and the text.  Assuming you want closing tags as well, aybe you meant

</?(input|textarea|select|option) .*?>

If you don't want closing tags, remove the /? bit.

HTH.

--Ben
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to