Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-08-23 10:06
Flavor·PCRE2 (PHP)

/
[a-zA-Z]+\s*[a-zA-Z]+\s*\(\s*+[a-zA-Z]+\s*(,+\s*+[a-zA-Z]+\s*)*\)
/
gm
Open regex in editor

Description

Accept regex in the form OutputType ServiceName ( InputType1 , InputType2 , . . . )

Submitted by anonymous