2. 2. String

2. 2. 1. String type
2. 2. 2. Create string from characters
2. 2. 3. Empty string vs null string
2. 2. 4. Access the character in a string
2. 2. 5. string search: contains, start with, end with
2. 2. 6. Substring index
2. 2. 7. Index of any characters.
2. 2. 8. Get the substring
2. 2. 9. Insert in the middle
2. 2. 10. Remove from a string
2. 2. 11. Padding string
2. 2. 12. Trim a string
2. 2. 13. Replacing substring
2. 2. 14. Change string case
2. 2. 15. Split string
2. 2. 16. Join string
2. 2. 17. Concatenate strings
2. 2. 18. String format
2. 2. 19. String comparison for equality
2. 2. 20. Determine the order
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.