P
Paulers
I have been googling for about an hour now looking for an example of
how to locate multiple occurrences of a regular expression and
iterate through the matches to extract each one. I need to extract all
occurrences of \d{15} out of a string that will also include carrige
returns, white spaces and other possible characters in random orders.
All help is greatly appreciated
Thanks!
how to locate multiple occurrences of a regular expression and
iterate through the matches to extract each one. I need to extract all
occurrences of \d{15} out of a string that will also include carrige
returns, white spaces and other possible characters in random orders.
All help is greatly appreciated
Thanks!