"__computeMeta(type, key, value)".match(/([^\s]+?)\(([\s\S]*)\)/)
Expected: [ "__computeMeta(type, key, value)", "__computeMeta", "type, key, value" ]
Actual: null
Removing the call to attempt_rewrite_loops_as_atomic_groups
in RegexOptimizer fixes this.
Removing the escaped \(
and \)
will cause it to match.
Reduced from YouTube's JS.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too