Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-05-14 06:36
Updated·2024-05-14 06:47
Flavor·ECMAScript (JavaScript)

/
^[^_A-Za-z]|.([^\p{Letter}0-9\-_]|[\s])
/
u
Open regex in editor

Description

Checks if the syntax of the passed string would be a valid css class.

Submitted by bye-csavier