Regular Expressions 101

Community Patterns

space utaten

0

Regular Expression
ECMAScript (JavaScript)

/
(?<= |\u3000|^)([^ \u3000]+) ([^ \u3000]+)(?= |\u3000|$)
/
gm

Description

no description available

Submitted by anonymous - 6 years ago