Module

std/text/mod.ts

The Deno Standard Library
Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.223.0/text/mod.ts";

Functions

get most-similar word

Sort based on word similarity

Calculates the Levenshtein distance between two strings.

Converts a string into camelCase.

Converts a string into kebab-case.

Converts a string into PascalCase.

Converts a string into snake_case.

Sorts a string-array by similarity to a given string