Regular Expressions 101

Community Patterns

OpenWeather API Key Regex

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 - 6 months ago