Posts by M.Vinicius • 13 points
1 post
-
1
votes2
answers276
viewsQ: Remove characters from a string between two specific java characters
I have a String which contains the file path, and I need to remove the characters that come after the last "/" to the end of the string. Can anyone help me with this? ... Example: String comando =…