Skip to content

Instantly share code, notes, and snippets.

@G4MR
Created March 3, 2015 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save G4MR/5c1a74a06ae49f741cfb to your computer and use it in GitHub Desktop.
Save G4MR/5c1a74a06ae49f741cfb to your computer and use it in GitHub Desktop.
Hint: unicode [Processing]
c:\users\lamonte\.nimble\pkgs\nre-0.6.0\nre.nim(371, 5) Hint: 'nre.renderBounds(str: string, bounds: Slice[system.int])' is declared but not
used [XDeclaredButNotUsed]
soundcloud.nim(9, 28) Info: template/generic instantiation from here
c:\users\lamonte\.nimble\pkgs\optional_t-1.2.0\optional_t.nim(67, 48) Info: template/generic instantiation from here
d:\nim\lib\system.nim(1993, 7) Error: undeclared identifier: 'pcreMatchBounds'
----------
import nre
import optional_t
let foundyou = "foobar"
let foostart = re"^foo"
let barstart = re"^bar"
if foundyou.match(foostart) == None[RegexMatch]():
echo "yes"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment