Regular Expressions 101

Community Patterns

1

[\d]*

PCRE (PHP <7.3)
kostix@mail.ru
Submitted by anonymous - 8 years ago

Extract AWS accountId from user arn

1

Regular Expression
ECMAScript (JavaScript)

/
^.*:(\d+):(root|(user\/.*))$
/
i

Description

Loading markdown...
Submitted by AlexanderC - 8 years ago