repeat while matchChunk( T, "(?msi)(\$(\w+=\"\w+\");)", p1start,p1End,p2Start,p2End)
Works just fine!
(I don't understand that regex, but that just means I'll spend time figuring out how it works

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
yes, by chancetrenatos wrote:Btw, that regex works without the field!
(?msi) -> commands to say that is case insentive,trenatos wrote: (?msi)(\$(\w+=\"\w+\");)", p1start,p1End,p2Start,p2End)
I don't understand that regex