Files
Nim/nimcache/runnableExamples/jsre_examples_1.nim
github-actions[bot] c7440eccf2 Deploy to GitHub pages
2025-09-27 04:02:34 +00:00

14 lines
371 B
Nim

#[
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