import * as mod from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/string.js";
Variables
Converts | |
Converts | |
Converts | |
Converts the first character of | |
Converts | |
Converts | |
By default, the template delimiters used by lodash are like those in embedded Ruby (ERB) as well as ES2015 template strings. Change the following template settings to use alternative delimiters. | |
Converts | |
Converts the first character of |
Functions
Converts the first character of | |
Deburrs | |
Checks if | |
Converts the characters "&", "<", ">", '"', and "'" in | |
Escapes the | |
f pad | Pads |
Pads | |
Pads | |
Converts | |
Repeats the given string | |
Replaces matches for | |
Splits | |
Checks if | |
Creates a compiled template function that can interpolate data properties
in "interpolate" delimiters, HTML-escape interpolated data properties in
"escape" delimiters, and execute JavaScript in "evaluate" delimiters. Data
properties may be accessed as free variables in the template. If a setting
object is given, it takes precedence over | |
Converts | |
Converts | |
f trim | Removes leading and trailing whitespace or specified characters from |
Removes trailing whitespace or specified characters from | |
Removes leading whitespace or specified characters from | |
Truncates | |
The inverse of | |
Splits |