@array = ( qr{^abcd}, qr{cd[ef]g}, qr{cat$} ); #### regexes := strings collect: [ :ea | Regex new: ea ].