mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-10 00:58:10 +00:00
Deploy to GitHub pages
This commit is contained in:
13
nimcache/runnableExamples/jsre_examples_1.nim
Normal file
13
nimcache/runnableExamples/jsre_examples_1.nim
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user