Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-03-18 23:22
Flavor·PCRE (Legacy)

/
(?P<Spring>Spring\.)(?P<FunctionName>[a-zA-Z0-9]+)([^\(]+\()(?<ArgPair>(?<ArgType>[a-zA-Z0-9]+)\W+(?<ArgName>[a-zA-Z0-9]+)([^a-zA-Z]+))+([^>]+>)(?P<ReturnType>[^\n]+)
/
Open regex in editor

Description

Converts a given API-String into a LuaMockUp

Submitted by PicassoCT