Answers for "kotlin get last line of string"

1

kotlin get last line of string

paragraph.substring(paragraph.lastIndexOf("\n"))
Posted by: Guest on December-31-2020

Code answers related to "kotlin get last line of string"

Browse Popular Code Answers by Language