Regular Expressions 101

Community Patterns

0

wtb

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 6 years ago

Feet and inches and with fraction

0

Regular Expression
ECMAScript (JavaScript)

/
^(\+ *|- *)?((?!0+)\d*?|(?!0{2,})\d*?\.(?!0+)\d*?)('|")$|^(\+ *|- *)? *(?!0+)\d+?' *-? *(\d+?|\d*?\.\d*?)"$|^((\+ *|- *)?((?!0+)|0 )\d*? *(?!0+)\d+?\/(?!0+)\d+?('|"))$
/
mg

Description

Loading markdown...
Submitted by Jeff Stuyvesant - 6 years ago