Regular Expressions 101

Community Patterns

translates regex

1

Regular Expression
ECMAScript (JavaScript)

/
(^|[^ \/?$])\b(foo)\b
/
g

Description

no description available

Submitted by anonymous - 8 years ago