Function | Description |
---|---|
is_str_num | Returns whether a given string contains only digits. This returns false for zero-length strings. |
char_to_upper | Returns an uppercase character to a lowercase character. |
char_to_lower | Returns a lowercase character to an uppercase character. |
strbreak | Backwards compatibility stock - use argbreak or argparse. |
argbreak | Emulates strbreak() using argparse(). |
split | It is basically strbreak but you have a delimiter that is more than one character in length. By Suicid3. |
remove_filepath | Removes a path from szFilePath leaving the name of the file in szFile for a pMax length. |
replace_all | Replaces a contained string iteratively. |
explode_string | Breaks a string into pieces and stores each piece into an array of buffers. |
implode_strings | Joins an array of strings into one string, with a "join" string inserted in between each given string. This function complements ExplodeString. |
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.