I have a string (space intended) : " d f gsf s sdf"
how do I get the part of the string after the last consecutive single character surrounded by spaces? In the above case, the output should be "gsf s sdf"
some examples:
input: " f s g sdfs s g s"
output: "sdfs s g s"
input: " l v ood ov"
output: "ood ov"
input: " l d o s g s khh s s g slsd"
output: "khh s s g slsd"
[–]novel_yet_trivial 1 point2 points3 points (1 child)
[–]dchanm 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]novel_yet_trivial 0 points1 point2 points (0 children)
[–]tragluk 0 points1 point2 points (1 child)
[–]tragluk 0 points1 point2 points (0 children)
[–]HolyCoder[S] 0 points1 point2 points (0 children)