Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-04-30 22:28
Flavor·PCRE2 (PHP)

/
\w+(?=api)
/
gmi
Open regex in editor

Description

matches someApiName in someApiNameApi

Submitted by anonymous