PC SOFT
ONLINE REPOSITORY
FOR WINDEVWEBDEV AND WINDEV MOBILE

Home |  | Sign in | English US
String handler class
Published by Peter Holemans (BE)
in the category Productivity
New features
Description
This class contains additional string handling features that are not provided by W-Language functions. Please feel free to extend or optimize this class and republish it on this resource site.
Included methods:
- PadLeft(LOCAL InputString is string, PadCharacter is character, TargetLength is int)
- PadRight(LOCAL InputString is string, PadCharacter is character, TargetLength is int)
- ContainsAlphaOnly(LOCAL InputString is string)
- ContainsDigitsOnly(LOCAL InputString is string)
- ContainsDigits(LOCAL InputString is string)
- ContainsVowels(LOCAL InputString is string)
- StripDoubleSpaces(LOCAL InputString is string)
- StripSpaces(LOCAL InputString is string)
- StripCharsFromList(LOCAL InputString is string, ContinuousCharacterList is string, CaseSensitive is boolean = False)
- StripNonAlphaNumeric(LOCAL InputString is string,StripSpacesAlso is boolean = False)
- StripStringsFromList(LOCAL InputString is string, TABSeperatedStringList is string, CaseSensitive is boolean = False, CompleteWord is boolean = False)
- TrimNonAlphaNumeric(LOCAL InputString is string,TrimSpacesAlso is boolean = True)
- TrimCRLF(LOCAL InputString is string)
- TrimCharsFromList(LOCAL InputString is string, ContinuousCharacterList is string)
- SortSentence(LOCAL InputString is string, StripNonAlphaNumeric is boolean = False)
Illustrations, screen shots
none
none
User reviews
(To evaluate this resource, click 'Write a review')
No review or comment? Be the first one!
ABOUT
RATING:
3.82258064516162(62)
DOWNLOADS:
1,365
PUBLISHED:
June 22, 2009
VERSION:
CONCERNS:
WINDEV, WEBDEV
Minimum version: 14
SIZE:
7.6 KB