Oniguruma (鬼車) is a BSD licensed regular expression library which allows encoding (e.g. `UTF-8`, `EUC-JP`, `GB18030`) to be specified for each regular expression object.
I've come up with this regex that finds all words that start with $ and contain _ underscores: \$(\w+)_(\w+) I'm basically …
regex sublimetext textmate onigurumaI am using textmate to edit a file. I would like to remove all the lines not containing a word. …
regex textmate oniguruma