// StringvalmyStr="Hello World"// uppercase and lowercasevalupper=myStr.uppercase()vallower=myStr.lowercase()// Get length// lengthvalmyLength=myStr.length// getting first and last charactervalfirstChar=myStr[0]vallastChar=myStr[myStr.length-1]
String Interpolation
// String Interpolationvalname="Yasha"valage=26println("Hello everyone. My name is $name and i $age old thanks")
Top comments (0)
Subscribe
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)