Like i have tried some examples.. to include characters A-Z, i used QRegExp rx("\\b{A-Z}");.. this works.. What i want to know is what shall i do to include curly braces {} also as a part of the expression? Whatever we write in {} is included in the expression.. What to write to include {} as a part of the expression??
Bookmarks