...
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
...