Regular expression: tag + space + full stop

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?

image

Hello Marta,
I think you have miss the full stop on your regex :slight_smile:
image

1 Like