Practice with string and loop

StringParserTest.ctxt 639B

123456789101112131415161718192021222324
  1. #BlueJ class context
  2. comment0.target=StringParserTest
  3. comment1.params=
  4. comment1.target=void\ upperCaseString()
  5. comment10.params=
  6. comment10.target=void\ isEqualIgnoreCase()
  7. comment2.params=
  8. comment2.target=void\ lowerCaseString()
  9. comment3.params=
  10. comment3.target=void\ getFirstCharacter()
  11. comment4.params=
  12. comment4.target=void\ getNthCharacter()
  13. comment5.params=
  14. comment5.target=void\ upperCaseFirstCharacter()
  15. comment6.params=
  16. comment6.target=void\ camelCaseString()
  17. comment7.params=
  18. comment7.target=void\ snakeCaseString()
  19. comment8.params=
  20. comment8.target=void\ getLength()
  21. comment9.params=
  22. comment9.target=void\ isEqual()
  23. numComments=11