QRegExp - how to parse (G)UID?
I mean, that my application will have to parse (G)UID with this syntax:
- {[0-9A-F]{8}-[0-9A-F]{8}-[0-9A-F]{8}-[0-9A-F]{8}}
What is wrong in this regexp ?
7 replies
I think that you need to read something like this [regular-expressions.info]
You must log in to post a reply. Not a member yet? Register here!


