Is there a way to define a QRegExp that would contain {}... e.g there is a regular expression defined as QRegExp rx("\\b[a-z]"); for characters a-z. Can we do it for only {} as well? If yes, can anyone help me with some code?
Is there a way to define a QRegExp that would contain {}... e.g there is a regular expression defined as QRegExp rx("\\b[a-z]"); for characters a-z. Can we do it for only {} as well? If yes, can anyone help me with some code?
Bookmarks