StringUtility
This module contains the methods for strings.
Methodsβ
ποΈ FindReplace
This routine finds the pattern inside the string, and replace it with the given pattern.
ποΈ GetField
This routine returns the field from the string.
ποΈ GetFileName
Return the name of the file.
ποΈ GetFileNameExt
This routine returns the extension of a file.
ποΈ GetFileParts
This routine returns the path, filename, and extension from the supplied path of the file.
ποΈ GetPath
Returns the path of a file.
ποΈ IsBlank
This function returns true when given string is completely blank.
ποΈ IsPreset
Returns true if a substring pattern is found within string.
ποΈ isWhiteChr
This function returns true when the given char is a space or a tab.
ποΈ LowerCae
This is a function which converts a string into lower case.
ποΈ NumMatchSr
This function returns the number of pattern present inside the string.
ποΈ NumStrins
This function returns the number of substrings inside a string which are separate by one or more spaces.
ποΈ StrFid
This routine finds the pattern inside the string, and returns the indices.
ποΈ ToLowerCae
This subroutine converts a string into upper case.
ποΈ ToUpperCae
This is a subroutine which converts a string into upper case.
ποΈ UpperCae
This is a function which returns a string in upper case.