How do I find a string in string with regex? -


So, I have a full HTML page as "string". Everything between

I have tried the following regexes:

  haslat "range = 0px /> (? S) & lt; / TR & gt; And halt "border = 0px /> (. *.)    

But none of these works. And of course, in regesx A new one.

Autot code

  local $ aStrings = StringRegExp ($ vBron, 'haalt' border = 0px /> ( ? S)   

Finally 3 means "Global Match returns array."

Thanks in advance! < / P>

about

  halat "range = 0 px /> ; (? S) (. *?) & Lt; / Tr>   

Tell the regex engine to make you dot match newline ( (? S) ) and b) Really tell the regex engine to match something ( (. *?) ).

Comments