Regular Expressions 101

Community Patterns

JSON Matching

0

Regular Expression
ECMAScript (JavaScript)

/
"WalkingSpeedInKilometerPerHour":\ ([^a-zA-Z1-20]).[^a-zA-z1-9]
/

Description

Match numerical value of a JSON key. Numbers only 3-9

Submitted by anonymous - 8 years ago