Escaped match escaped value
This section is available only in EnglishBlock is used to define regex sub constant which is automatically escaped to be regex safe. Content of the block is text.
Content of the “escaped match escaped value” block can be for example:
- Expression " permitted from “: no variable is the output, spaces on the beginning and on the end of the expression doesn’t have to be escaped.
XML representation of regex_match_escaped block
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="regex_match_escaped">
<field name="MATCH"/>
</block>
</xml>
Block is used on the “by regex” row in the example:
- Expression ” to inside: “: processes the input text including the space on the beginning of the expression,
- Expression ”/": processes “/”, which doesn’t have to be escaped,
- Expression " for user “: processes input text including the space on the beginning and on the end of the expression.
Login permitted from 192.168.10.1/1234 to inside:192.168.1.1/https for user admin