Hello,
I am trying to isolate dates in a file. They are found in strings with the following format:
Client ABC #123456789 (30 Jan. 17)
When I use the setup below, I get the following segmentation:
Client ABC #123456789 (
30 Jan. 17)
How can I fix that?
Thanks!