[Interest] question about Qt Regx to match hexdecimal

Vincent Cai wcai at cypress.com
Sat Mar 30 16:07:10 CET 2013


Dear all,

         I tried to create a Qt Regx to match hexdecimal, below is the strings I have tried, but all failed.

l  "([0-9a-fA-F]+)"

l  "([A-Fa-f0-9]+)"

l  "([\\dA-Fa-f]+)"

The symptom is only 0-9 is returned, for example:
12345ABC -> 12345
12AB34EF -> 12

Hope you can help!
Thanks,
Vincent.
This message and any attachments may contain Cypress (or its subsidiaries) confidential information. If it has been received in error, please advise the sender and immediately delete this message.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130330/17e399fe/attachment.html>


More information about the Interest mailing list