Konrad Malski
Results
2
issues of
Konrad Malski
Hi, I have found that neither java regex based (`PatternValidatorJava`) nor joni based (`PatternValidatorEcma262`) pattern validation does not work correctly with newlines. Any of implementation does not correctly interpret `^`...
Hi, I am struggling with proper configuration of `Option` passed to `search` method with the `Syntax.ECMAScript`. I would expect that with `Option.DEFAULT` / `Option.NONE` regex with usage of `^` ,`$`...