You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
https://github.com/skx/monkey/blob/master/evaluator/stdlib_core.go#L174C59-L175C2
Instead of using MustCompile, you probably should use Compile so you can capture the error and return it. Potentially even caching the regex compiled.