Skip to content

Available tokens in regex processor #1964

Answered by P0lip
htadashi asked this question in Q&A
Discussion options

You must be logged in to vote

It does, you just need to get the escaping sorted out.

notMatch: "\be-mail\b" is not correct, because you don't escape \.
Try the following instead \\be-mail\\b

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@htadashi
Comment options

@P0lip
Comment options

Answer selected by htadashi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants