Regular Expressions 101

Community Patterns

String OR

0

Regular Expression
PCRE (PHP <7.3)

/
[^\.]+[.][^\.]+[.][^\.]+[.]((?:Gross|Tare)Calibration)+[.][^\.]+[.][^\.]+?(\s*)
/
g

Description

OR between strings

it could be done with multiline flag, but it was unable to be done due to some limitations in the specific enviroments in use

Submitted by anonymous - 7 years ago