textual
textual copied to clipboard
Allow parentheses in action parameter string
Removing this ? converts this .* regular expression from non-greedy to greedy. Without this change, action parameters cannot contain a right parenthesis (an ActionError exception is raised).