Regular Expressions 101

Community Patterns

separate two odd numbers with a dash

1

Regular Expression
ECMAScript (JavaScript)

/
([13579])(?=[13579])
/
g

Description

no description available

Submitted by anonymous - 8 years ago