Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dxx/src/lib/$shared.ts>toCommonCase

🚀 (Deno) enhanced executor
Latest
function toCommonCase
import { toCommonCase } from "https://deno.land/x/dxx@rf/src/lib/$shared.ts";
  • Convert string to a (locale sensitive) known case; useful for case-insensitive comparisons

Parameters

s: string