I want to parse any symbols in quotes. I can parse words this way. How should look regexp for any symbols?
$alpha=[a-zA-Z]
\"$alpha+\" { \s -> TText (pack s) }
TText (" /> TText (" /> TText ("/>
I want to parse any symbols in quotes. I can parse words this way. How should look regexp for any symbols?
$alpha=[a-zA-Z]
\"$alpha+\" { \s -> TText (pack s) }
Copyright © 2021 Jogjafile Inc.
. - is any symbol