Skip to main content
Module

x/nonstd/mod.ts

A library for useful features that aren't currently in the std library.
Latest
File

export { IProgram, Program} from "./src/Program.ts";
export { StringBuilder} from "./src/Strings/StringBuilder.ts";
export { Errors as Error, ArgumentError, OutOfRangeError} from "./src/Errors.ts";
export { isNull, isNullOrEmpty, isEmpty, isNullOrWS, trim, startsWith, endsWith, indexOf} from "./src/Strings/Strings.ts";
export { RegExpFlags, Inputs, VerbalExpression, VerEx} from "./src/Expressions/VerbalExpressions.ts";