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.
ποΈ IsPresent
Returns true if a substring pattern is found within string.
ποΈ isWhiteChar
This function returns true when the given char is a space or a tab.
ποΈ LowerCase
This is a function which converts a string into lower case.
ποΈ NumMatchStr
This function returns the number of pattern present inside the string.
ποΈ NumStrings
This function returns the number of substrings inside a string which are separate by one or more spaces.
ποΈ StrFind
This routine finds the pattern inside the string, and returns the indices.
ποΈ ToLowerCase
This subroutine converts a string into upper case.
ποΈ ToUpperCase
This is a subroutine which converts a string into upper case.
ποΈ UpperCase
This is a function which returns a string in upper case.