Home › Forums › CSS › Selecting css properties AND curly brackets from CSS file in Komodo Edit › Re: Selecting css properties AND curly brackets from CSS file in Komodo Edit
January 8, 2013 at 9:37 am
#120253
Member
Traq, let me see if I understand correctly:
this: `{` finds the opening curly bracket
this: `^` finds the beginning of a string.
this: `}` finds the closing curly bracket.
this: `*` finds ANY character
this: `}` finds a closing curly bracket, again.
I am a bit confused about the square brackets. What are those for?
Thank you again.