Using Bash regex match (=~) where regex includes quotes (” characters)
Actually, your second attempt works for me in bash 3 and 4: However, to talk theory for a second, it all has to do with how bash interprets the expression as a whole. As long as the regular-expression characters themselves aren’t quoted, the rest of the expression can be quoted without side-effects: but perhaps the … Read more