Hi,
I need a regular expression for capturing the first alpha string in a document not necessarily on the first line
match first instance
Here is a few tried permutations
I need a regular expression for capturing the first alpha string in a document not necessarily on the first line
match first instance
Here is a few tried permutations
Code:
[:alpha:]* [:alpha:]*.[:alpha:]* [A-Z][a-z]*.[A-Z][a-z]*\r
Comment