String Functions
- bipom_sprintf -- format string
- bipom_vsprintf -- format string
- dbl2str -- Converts a double value to ASCII string
- int2str -- Converts a long integer number to ASCII string
- ipstr2ints -- Converts an IPv4 string to four integer values
- MakeUpperCase -- Make all chars in string upper case
- Power -- Take power of number
- split -- This function split SrcString and return Token
- StrReplace -- Replace specified char in string to another char.
- StrToHost -- convert string to the long int host address
- TrimLeft -- Erase specified string from original string and save result to the new string
- TrimRight -- Erase specified string from original string and save result to the new string