pomsky
pomsky copied to clipboard
Atomic groups
Atomic groups exist to improve matching performance for regex engines that use backtracking by default, but they also change the regex behavior.
The regex syntax is this: (?>atomic group). The rulex syntax is this: ('atomic group') atomic.