I need a little help using regex.
This is the scenario :
function name(a :String)
or
function name(a :String) : String
If we have the version with return type, I will need exactly the string after the colon, otherwise I would need let's say an empty string.
Thanks in advance.