Saved Bookmarks
| 1. |
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. 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. |
|