I want to filter some character for filename. How to exclude the following characters?
? / [ ] : * < > |
QRegExp rx_brand = QRegExp("^][\/?");
This can't work. Can't input any characters.
Thanks a lot!
1.4m articles
1.4m replys
5 comments
57.0k users