string.txt 1.1.0 reference
Table of Contents
- extract - Extracts a part of a string.
- replace - Replaces a substring match with another string.
- ascii - Get the ascii value of a specific character in.
- chr - Convert a number to an ascii character
- setMessage - Set a message to a variable for use with outputMessage.
- outputMessage - Output a message with upper and lowercase.
- split - Separates a string into pieces by breaking at a given string.
- join - Concatenates an array of strings into a single string.
- extractNumberBefore - Parse a string and return its numerical value.
- toNumber - Parse a string and return its numerical value.
- (Internal) _init - Package initialization