Search results

  1. S

    bash regex broken, won't recognize subexpressions

    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 =~...
Back
Top