jdhao / jdhao.github.io

My personal blog: https://jdhao.github.io/
24 stars 6 forks source link

2019/02/28/sublime_text_regex_cheat_sheet/ #60

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

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/

jacobhalstead commented 1 year ago

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

hygull commented 1 year ago

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

jdhao commented 1 year ago

Glad you like this post 😊

ExpatUK commented 1 year ago

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

callpri commented 2 months ago

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

jdhao commented 2 months ago

Are you the author or just user of this editor?

callpri commented 2 months ago

Are you the author or just user of this editor?

one of the authors

jdhao commented 2 months ago

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

longshore-friss commented 1 month ago

Thanks for putting this together, it's helpful!

One useful group I don't see: