Deploy to GitHub pages

This commit is contained in:
github-actions[bot]
2026-06-02 05:20:26 +00:00
committed by GitHub
commit e99fed13ad
870 changed files with 350356 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#[
autogenerated by docgen
loc: /home/runner/work/Nim/Nim/lib/js/jsre.nim(56, 3)
rdoccmd:
]#
import std/assertions
import "/home/runner/work/Nim/Nim/lib/js/jsre.nim"
{.line: ("/home/runner/work/Nim/Nim/lib/js/jsre.nim", 56, 3).}:
let jsregex: RegExp = newRegExp(r"bc$", r"i")
assert jsregex in r"abc"
assert jsregex notin r"abcd"
assert "xabc".contains jsregex