| Question | ||
| ** | 1) | String - Length of a string |
| ** | 2) | String - Extracting a substring |
| ** | 3) | String - Finding a substring |
| ** | 4) | String - Testing the start |
| **** | 5) | String - Using functions in combination |
| ** | 6) | Number Functions |
String.
| String tests | String functions |
|---|---|
EndsWith Equals StartsWith | Concat IndexOf LastIndexOf length ReplaceAll Split Substring ToLower ToUpper Trim |
The
String class is part of System.