Skip to content

Instantly share code, notes, and snippets.

@joshthecoder
Created February 2, 2010 17:34
Show Gist options
  • Save joshthecoder/292853 to your computer and use it in GitHub Desktop.
Save joshthecoder/292853 to your computer and use it in GitHub Desktop.
import text/regexp/Regexp
main: func {
r := Regexp new("^test$")
if (r matches("test")) {
"match!" println()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment