Regular Expression Engine V2
The second generation regular expression engine in LogScale, available as the default regex engine from version 1.236. Regular Expression Engine V2 provides enhanced pattern matching capabilities with improved support for Unicode general categories, horizontal and vertical whitespace character classes, possessive quantifiers, and advanced lookaround assertions including lookbehind. The V2 engine offers more comprehensive regex syntax support compared to the original engine, including atomic groups for better control over backtracking behavior.
Related Content