User: Mhesham

  • Public profile

User profile: Mhesham

User info
User name:Mhesham
History
Joined:
Number of posts:4
Latest posts:

Regex
This does work, thanks, but I need to consider lowercase too in regex as I send then number of occur...

Regex
Here is an example: string1 "AAA" string2 "AAAb" string3 "AbAA" The following regex works with stri...

Regex
Thanks for replying. This regex works fine when lowercase/uppercase are consecutive, however in my c...

Regex
I have the following regex: std::string s("AAA"); std::smatch m; std::regex e("(?=.{3,}[A-Z])(?...

This user does not accept Private Messages