std::regex problem, why \s\S doesn't work[quote]some dialects support [^] as real "all symbols" character class.[/quote] The [^] seems to wor...
std::regex problem, why \s\S doesn't work[quote]Try to use greedy quantifier (*) [/quote] I tried [code]regex pattern("aa[\\s\\S]*bb"); [/cod...
std::regex problem, why \s\S doesn't workThanks for the string literal tip. [quote][\s\S] ← doesn't it means "any characte which is or not...
std::regex problem, why \s\S doesn't workHi, Why this code not working? [code]#include <iostream> #include <string> #include <regex> using ...
InitCommonControlsEx is not necessary in win7?Hi, I'm using [b]win7 32bit[/b] + [b]vs 2012[/b], I found InitCommonControlsEx is not necessary whe...
This user does not accept Private Messages