Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
ECMAScript (JavaScript)

/
^\s*?source\s+(.*)
/
gm

Description

Useful for making a build script that compiles all sources into one file.

Submitted by William George - 9 years ago