Regular Expressions 101

Community Patterns

0

IE

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

Match binary calculator, Operands and Operator

1

Regular Expression
ECMAScript (JavaScript)

/
^([0-1]+)(?:([+|\-|\/|*])([0-1]+))*$
/
gm

Description

Loading markdown...
Submitted by chuaschinai - a year ago