Created
September 11, 2014 23:42
-
-
Save louissalin/10631467f380eb37a56e 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
import Text.Regex | |
subRegex (mkRegex "\d") "some digits: 123" "*" | |
<interactive>:19:21: | |
lexical error in string/character literal at character 'd' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment