I'm horrified. /bin/bash 3.2.17 that came with a brand new iMac
does not recognize subexpressions in regular expressions.
This is recognized.
[[ happyFeet =~ 'happyFeet' ]] && echo recognized
This is NOT. Which makes it impossible to use the array BASH_REMATCH.
[[ happyFeet =~...