Question - What are various string functions in Dart?
Answer -
There are given various string functions:
String Methods Description
toLowerCase() It converts all string characters in to lower case.
toUpperCase() It converts all string characters in this to upper case.
trim() It returns the string without any whitespace.
compareTo() It compares this object to another.