Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
. , + , * , ? , ^ , $ , ( , ) , [ , ] , { , } , | , \

For example, if you want to include into a Trace Recording all possible Client Id-s, use Regular Expression .*, where:

...

* matches the previous token between zero and unlimited times, as many times as possible

...