Top "Oniguruma" questions

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.

Regex to replace values that include part of match in replacement in sublime?

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 oniguruma
How to use a regular expression to remove lines without a word?

I am using textmate to edit a file. I would like to remove all the lines not containing a word. …

regex textmate oniguruma