-
|
Is there a way to use negative lookbehind with a regex access rule matching pattern? I see that it's supported by the Pattern: If I try to escape the internal Is this intended to be a supported feature? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
It's not possible to use start/end control characters |
Beta Was this translation helpful? Give feedback.
It's not possible to use start/end control characters
$and^as those are applied automatically by<>:)