StrCopy(): Copies Source to Dest and returns Dest.
StrComp(): Compares two strings with case sensitivity.
StrCat():  Appends a copy of Source to the end of Dest and returns the concatenated string.
StrCharLength(): Find character size.
StrPos(): Returns a pointer to the first occurrence of STR2 in STR1.