mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-04 22:48:38 +00:00
Deploy to GitHub pages
This commit is contained in:
11
nimcache/runnableExamples/jsre_examples_2.nim
Normal file
11
nimcache/runnableExamples/jsre_examples_2.nim
Normal file
@@ -0,0 +1,11 @@
|
||||
#[
|
||||
autogenerated by docgen
|
||||
loc: /home/runner/work/Nim/Nim/lib/js/jsre.nim(65, 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", 65, 3).}:
|
||||
let jsregex: RegExp = newRegExp(r"abc", r"i")
|
||||
assert "abcd".startsWith jsregex
|
||||
|
||||
Reference in New Issue
Block a user