Regular Expressions 101

Community Patterns

0

regex for copper

Python
no description available
Submitted by anonymous - 4 years ago

finding CAS in german Wiki JSON Salpetersäure

0

Regular Expression
ECMAScript (JavaScript)

/
(?:CAS.*=.*)([0-9]{2,8}-[0-9]{2}-[0-9]{1})(?:\\n)
/

Description

Loading markdown...
Submitted by anonymous - 4 years ago