System Code Samples
- How do I remove a portion of text from a string?
- How do I sort custom object using ArrayList?
- How do I get current working directory?
- How do I round a floating-point value?
- How do I reverse a string?
- How do I convert string to numerical value types?
- How do I validate if a string represent a number?
- How do I convert string to Boolean value type?
- How do I get the environment / platform information?
- How do I iterate each character in a string?
- How do I convert string to character value type?
- How do I sort the values of an array?
- How do I convert string into Date?
- How do I check object type using the is keyword?
How do I check if string starts with a specific text?
An example show you how to check if a string starts with a specific text.