Regular Expressions 101

Community Patterns

Valid OAuth scope

0

Regular Expression
PCRE (PHP <7.3)

/
^(?P<verb>([a-z]+([\-|\.][a-z]+)?)):(?P<entity>([a-z]+([\-|\.][a-z]+)?))$
/
gm

Description

Validates a common format for OAuth scopes.

Submitted by anonymous - 4 years ago