[Gambas-user] Help needed with pcre

nospam.nospam.nospam at ...626... nospam.nospam.nospam at ...626...
Fri Jan 15 09:04:13 CET 2010


I have this line of code:

Reg = New Regexp("=A7=F1=FChw=A4=A3", "=[\\da-fA-F]{2}")

"=A7" is correctly matched, but it is the only match returned.

How do I make Regexp match every occurrence so that =F1,=FC, =A4 and
=A3 are also returned as matches?

I've tried perldoc.perl.org and other sites but I can't find the answer.

Any suggestions welcome.




More information about the User mailing list