Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
ECMAScript (JavaScript)

/
^[0-9A-F]{32}$
/
img

Description

A simple regex to match API keys for OpenWeather map. Matches 32 hexadecimal character strings.

Submitted by anonymous - a year ago