Need help writing a regular expression to match any class containing the phrase block-container
I've come up with this: '[class^=block-container]'
but I need help writing the wild cards around the phrase block-container
.
Examples i need to match:
nav-block-container-left
block-container-whitebox
right-block-container