Community Patterns

Community Library Entry

1

Regular Expression
Created·2023-10-24 14:29
Flavor·ECMAScript (JavaScript)

/
^[0-9A-F]{32}$
/
img
Open regex in editor

Description

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

Submitted by anonymous