I see String.replace using a regex, but is there a more straightforward way to do this (very) common adjustment?
(perl: "chop" and "chomp" delete the last character from a string in slightly different ways) thanks, John
I see String.replace using a regex, but is there a more straightforward way to do this (very) common adjustment?
(perl: "chop" and "chomp" delete the last character from a string in slightly different ways) thanks, John