Skip to main content
Module

x/typeorm/src/util/StringUtils.ts

Forked from https://github.com/typeorm/typeorm
Latest
import * as typeorm from "https://deno.land/x/typeorm@v0.2.23-rc10/src/util/StringUtils.ts";

Functions

Builds abbreviated string from given string;

Converts string into camelCase.

Returns a hashed input.

Shorten a given input. Useful for RDBMS imposing a limit on the maximum length of aliases and column names in SQL queries.

Converts string into snake-case.

Converts string into title-case.