Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-07-11 11:37
Updated·2023-07-13 07:57
Flavor·ECMAScript (JavaScript)

/
(^\.)?((?<=\.?)\/src)|(src\/)
/
mg
Open regex in editor

Description

In my nuxt automation I want to remove src from path because nuxt don't have src dir.

hence I want to remove src prefix from all path

Submitted by JD Solanki