Namespacedojox.string

A collection of various objects for advanced string manipulation, including a Builder and a tokenizer.

Jump to FunctionsConstructorsBack to top

A fast buffer for creating large strings

Jump to ConstructorsFunctionsBack to top

Functiondojox.string.sprintf(format: String, filler)
Functiondojox.string.tokenize(str: String, re: RegExp, parseDelim: Function?, instance: Object?)
Split a string by a regular expression with the ability to capture the delimeters