Hi all,
I would like some help with a regular expression.
I have some files like this:
- JWE-766.1.pdf
- JWE-766.2.pdf
- JWE-768.1.pdf
- JWE-770.1.pdf
I would like a regex pattern to extract the number after 'JWE-'. i.e. 766.
Also, a regex expression to extract 1 and 2 from JWE-766.1.pdf and JWE-766.2.pdf respectively.
Any help would be hugely appreciated.
Thanks guys!