how to handle async operationsThat't it, Thanks.,
how to handle async operationsHi, I've been thinking over this for long time... For example, when a button is clicked, print a ...
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...
This user does not accept Private Messages