We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a77139 commit 4ecbeb5Copy full SHA for 4ecbeb5
src/regex.nim
@@ -286,8 +286,7 @@ the scope, and it contains the submatches for every capture group.
286
Invalid UTF-8 input text
287
########################
288
289
-There is a UTF-8 validation for the input text,
290
-but for perf reason this is only done in debug mode.
+UTF-8 validation on the input text is only done in debug mode for perf reasons.
291
The behaviour on invalid UTF-8 input (i.e: malformed, corrupted, truncated, etc)
292
when compiling in release/danger mode is currently undefined,
293
and it will likely result in an internal AssertionDefect or some other error.
0 commit comments