Community Patterns

Community Library Entry

1

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

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

Description

This Regex takes a Api (the Spring Lua Api in Particular here) And converts it into a LuaMockUp that asserts its arguments by type and returns a valid Value

Submitted by PicassoCT