1

Regex search of array fails if regex contains brackets.

%array(#?~Ra(bc)?d) fails. Work round is to put regex into a variable and use (#?~R%regex)