Sublime Forum

Sublime's RegEx Engine?

#1

Hey All,

There seem to be conflicting reports on the interweb about which RegEx engine Sublime uses for search and search/replace.

Someone claims that it’s the Python regex engine (stackoverflow.com/questions/1275 … rting-with)

Someone else claims that it’s good 'ol PCRE (sublime-text-unofficial-document … rview.html)

Could anyone point me to something more “official” that would provide the correct answer?

0 Likes

#2

[quote=“T3knokrat”]Hey All,

There seem to be conflicting reports on the interweb about which RegEx engine Sublime uses for search and search/replace.

Someone claims that it’s the Python regex engine (stackoverflow.com/questions/1275 … rting-with)

Someone else claims that it’s good 'ol PCRE (sublime-text-unofficial-document … rview.html)

Could anyone point me to something more “official” that would provide the correct answer?[/quote]

PCRE (as evidenced by the fact that you can use pcre syntax extensions)

0 Likes