jdhao.github.io
jdhao.github.io copied to clipboard
2019/02/28/sublime_text_regex_cheat_sheet/
Sublime Text Regular Expression Cheat Sheet - jdhao's digital space
A cheat sheet about regular expressions in Sublime Text.
https://jdhao.github.io/2019/02/28/sublime_text_regex_cheat_sheet/
Thanks for an awesome reference page! Just what I needed.
That is the beautiful description & explanation of using Regex in Sublime text. Good work, great job. Thanks.
Glad you like this post 😊
For new regexers, it's probably worth also stating that when searching and replacing, matched results are defined in the replace as: $1 = first match $2 = second match
etc
I use Codelobster to work with regexps - https://codelobster.com It has internal small useful help.
Are you the author or just user of this editor?
Are you the author or just user of this editor?
one of the authors
Don't pollute my post. My space is not for promotion.
Thanks for putting this together, it's helpful!
One useful group I don't see:
-
(?:pattern)
Non-capturing group