Regular Expressions 101

Community Patterns

WOrd with colon

0

Regular Expression
ECMAScript (JavaScript)

/
((?:[^\d\s])+(?=\:))
/
gi

Description

no description available

Submitted by HJ - 9 years ago