Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#120253
mauferrusca
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.