Details
-
Suggestion
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
6.4.1
-
None
Description
Suggesting to add decomposition feature in QString.split().
I think it would be really awesome of we could do this
auto const [str1, str2] = SampleString.split("sep");