Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-10-12 02:56
Flavor·PCRE2 (PHP)

/
\.(?>post|put|get|patch|delete|head|options)\((?>[\"\']?)(\/?api(?>\/\w+){0,}\/?)\w+
/
gm
Open regex in editor

Description

using gf I wan to scan apis better

Submitted by Chase Jensen