AnsiStrComp functionCompares null-terminated character strings.AnsiStrIComp functionCompares null terminated character strings case insensitively.AnsiStrLComp functionCompares the first MaxLen bytes of two null-terminated strings, case-sensitively.AnsiStrLIComp functionCompares two strings, case-insensitively, up to the first MaxLen bytes.AnsiStrLower functionConverts all characters in a null-terminated string to lower case.AnsiStrPos functionReturns a pointer to the first occurrence of SubStr in Str.AnsiStrRScan functionReturns a pointer to the last occurrence of a specified character in a specified string.AnsiStrScan functionReturns a pointer to first occurrence of a character in a string.AnsiStrUpper functionConverts all characters in a null-terminated string to upper case.ExtractStrings functionFills a string list with substrings parsed from a delimited list.LineStart functionFinds the end of the last whole line in a buffer.SearchBuf functionLocates a substring within a text buffer.StrCat functionAppends a copy of Source to the end of Dest and returns the concatenated string.StrComp functionCompares two strings with case sensitivity.StrCopy functionCopies Source to Dest and returns Dest.StrECopy functionCopies null-terminated string.StrEnd functionReturns a pointer to the end of a null terminated string.StrIComp functionCompares two strings without case sensitivity.StrLCat functionAppends up to a specified maximum number of characters to string.StrLComp functionCompares up to a specified maximum number of characters in two strings.StrLCopy functionCopies up to a specified maximum number of characters from Source to Dest.StrLen functionReturns number of characters in a string excluding the null terminator.StrLIComp functionCompares strings up to a specified maximum number of characters, without case sensitivity.StrLower functionConverts a string to lowercase.StrMove functionCopies specified number of characters to string.StrPCopy functionCopies a Pascal string to a null-terminated string.StrPLCopy functionCopies characters from a Pascal-style string into a null-terminated string.StrPos functionReturns a pointer to the first occurrence of STR2 in STR1.StrRScan functionReturns a pointer to the last occurrence of a specified character in a string.StrScan functionReturns a pointer to first occurrence of a specified character in a string.StrUpper functionReturns a string in upper case.