Created
March 3, 2015 23:15
-
-
Save G4MR/5c1a74a06ae49f741cfb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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