Menu

#18 vdk.lang.clsString additional methods

VDK 2.0.0
closed
2017-12-12
2017-08-23
Jason Ely
No

Below methods will be added to the clsString class

capitilize - capitilizes the first character of the String
deCapitilize - de-capitilizes the first character of the String
isBlank - tests if the string is blank
clean - trim and replace multiple repeating spaces with a single space
leftTrim - trim space on left side of string
rightTrim - trim space on right side of string
leftSuperTrim - trim any character less than chr(34) on left side of string
rightSuperTrim - trim any character less than chr(34) on right side of string

Discussion

  • Jason Ely

    Jason Ely - 2017-12-12
    • status: open --> closed
     
  • Jason Ely

    Jason Ely - 2017-12-12

    Dev done. Unit tested

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.