this regex does not seem to work
Posted: Fri Sep 04, 2009 12:27 pm
Hi,
I am not an expert (by any means) here.
I am trying to create a regex to find a bracketed year e.g. (1967)
I have several that work OK when used within java code, but do not work inside textpad.
1. ([(]\d{4}[)])
2. \(\d\d\d\d\)
3. \(\d{4}\)
They are not the most sophisticated or efficient, but as far as I can see should be OK.
Thanks
Mark
I am not an expert (by any means) here.
I am trying to create a regex to find a bracketed year e.g. (1967)
I have several that work OK when used within java code, but do not work inside textpad.
1. ([(]\d{4}[)])
2. \(\d\d\d\d\)
3. \(\d{4}\)
They are not the most sophisticated or efficient, but as far as I can see should be OK.
Thanks
Mark