How can you cut the format string :
Haljii Ye Kei M 33 3400$ so that similar strings can be sorted by numeric value? In this case, 33 .
One option is to cut the string, put it into an array, and sort the rows according to the desired index. But I don’t know how to cut a string in c ++ . Tell me how you can accomplish this task.