Hi everyone,
Does anyone know how to use a regular expression to check the following structure?
tag space full stop
Thanks in advance,
Marta
Hi everyone,
Does anyone know how to use a regular expression to check the following structure?
tag space full stop
Thanks in advance,
Marta
The following regex should work:
\<[^\>]+\>[:space:]\.
Search mode: regular expressions
PowerSearch: off.
This does not show me anything when testing. Am I doing something wrong?
Hello Marta,
I think you have miss the full stop on your regex