I write the regular exprestion like this "[\x01-\x06]",I think the regular exprestion is right.But CSRegEx tells me that there is a error(Unbalanced round brackets.).why?Could you help?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I write the regular exprestion like this "[\x01-\x06]",I think the regular exprestion is right.But CSRegEx tells me that there is a error(Unbalanced round brackets.).why?Could you help?
i have solved the problem.
i changed the source like that:
csregex.cpp (1053) if (c>=c2) //changed here!!
csregex.cpp (555 ) break ; //changed here
It does work,he,he!
Thanks for the update. I will take a look at it and upload a new version.