# Functions
CreateHaste creates a haste and returns the URL.
EvaluateMathematicalExpression evaluates the given expression and returns the result.
GenerateFromInterval generates a random number using the given interval.
PrettifyBool prettifies a boolean.
RenderLaTeX renders a LaTeX expression and returns the image URL.
StringArrayContains checks whether or not an array of strings contains the given element.
StringHasPrefix checks whether or not the given string starts with at least one element of the given array.
StringHasSuffix checks whether or not the given string ends with at least one element of the given array.
# Variables
IntervalRegex defines the compiled interval RegEx.