Extracts all function parameters for a given declaration string.
the function signature such as string[] example(string sig, bool exact = false)
set to true to make the returned values include the closing paren at the end (if exists)
See Implementation
Extracts all function parameters for a given declaration string.