viva.types.string

Undocumented in source.

Members

Functions

append
string append(string s, T a)

Appends additional data to a string

hash
uint hash(string s)

Get the FNV-1a hash of the string

hash
uint hash(string s)

Get the FNV-1a hash of the string

repeat
string repeat(string s, long n)

Repeats a string n times

repeat
string repeat(string s, long n)

Repeats a string n times

split
string[] split(string s, string sep)

Splits a string into an array by a given seperator

split
string[] split(string s, string sep)

Splits a string into an array by a given seperator

str
string str(T values)

Creates a string of multiple other strings

toLower
string toLower(string s)

Converts all characters in a givens string to lowercase

toLower
string toLower(string s)

Converts all characters in a givens string to lowercase

toUpper
string toUpper(string s)

Converts all characters in a givens string to uppercase

toUpper
string toUpper(string s)

Converts all characters in a givens string to uppercase

Meta