DEV Community

Discussion on: VS Code: Search-and-Replace Regex

Collapse
 
caleb15 profile image
Caleb Collins-Parks

Where is the option for Perl based PCRE2 engine? I looked in the settings but didn't see it.

Collapse
 
rfornal profile image
bob.ts

OK. I will start by saying that I am not an expert here.

It looks like VS Code, at one time, had a setting to use PCRE2. It has since been deprecated, and PCRE2 is automatically used as a fallback when the default engine doesn't support a feature.

Found this information HERE.