Combining
Combines two strings together.
Combines multiple strings together. Very useful when returning multiple string variables.
Combines two text strings together.
Combines multiple text entries together. Useful for combining text variables.
Comparisons
Returns true if the two strings are the same.
Returns the number of characters within a string.
Converts a string to upper case or lower case.
Look up the game string value for the specified string path.
Converts text to upper case or lower case.
Convert a time value, in seconds, to text using one of various formats
Encloses the text with a color formatting tag so it will use the given color.
Substrings
Checks if a string can be found within another string and returns true if present and false if not present.
Searches for a substring within a string and returns the numerical position of the substring within the string.
Replaces all characters that exist between two other characters in the string.
Replaces one or more occcurrences of a substring inside a string.
Pulls a substring by character start to end count.
Returns the indexed word from a string. Words are considered to be separated by whitespace. Returns "No String" if the requested index is beyond the number of words in the given string.
Replaces one or more occcurrences of a substring inside text.
You must login to post a comment. Don't have an account? Register to get one!
Facts
Date created
Sep 19, 2010
Last updated
Jan 24, 2011
StarCraft and Blizzard Entertainment are both trademarks or registered trademarks of Blizzard Entertainment in the United States and/or other countries. These terms and all related materials, logos, and images are copyright © Blizzard Entertainment. This site is in no way associated with or endorsed by Blizzard Entertainment.