jdhao.github.io icon indicating copy to clipboard operation
jdhao.github.io copied to clipboard

2019/02/28/sublime_text_regex_cheat_sheet/

Open utterances-bot opened this issue 2 years ago • 9 comments

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/

utterances-bot avatar Jul 08 '22 19:07 utterances-bot

Thanks for an awesome reference page! Just what I needed.

jacobhalstead avatar Jul 08 '22 19:07 jacobhalstead

That is the beautiful description & explanation of using Regex in Sublime text. Good work, great job. Thanks.

hygull avatar Mar 07 '23 11:03 hygull

Glad you like this post 😊

jdhao avatar Mar 10 '23 07:03 jdhao

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

ExpatUK avatar May 25 '23 11:05 ExpatUK

I use Codelobster to work with regexps - https://codelobster.com It has internal small useful help.

callpri avatar May 07 '24 09:05 callpri

Are you the author or just user of this editor?

jdhao avatar May 07 '24 10:05 jdhao

Are you the author or just user of this editor?

one of the authors

callpri avatar May 07 '24 10:05 callpri

Don't pollute my post. My space is not for promotion.

jdhao avatar May 07 '24 10:05 jdhao

Thanks for putting this together, it's helpful!

One useful group I don't see:

  • (?:pattern) Non-capturing group

longshore-friss avatar May 24 '24 17:05 longshore-friss