[Gambas-user] RegExp: How to find all matches of a pattern (global match)?

Gianluigi gradobag at gradobag.it
Mon Aug 21 09:45:18 CEST 2023


Il 21/08/23 09:03, Gianluigi ha scritto:
> sSplit = Split(sReturn, " ", Null, True, True)

I exaggerated with the True, it should be

sSplit = Split(sReturn, " ", Null, True)



More information about the User mailing list