Is there a callback for error handling? I tried using /foo(.{6}) to search with the content "foobar". the `6` in the regex makes the search to cause the error. How do we handle that?
Is there a callback for error handling?
I tried using /foo(.{6}) to search with the content "foobar". the
6in the regex makes the search to cause the error. How do we handle that?