Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

toTitleLc

import { toTitleLc } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/mod.ts";

文字列をtitleLc形式に変換する

  • -> _

  • 大文字 -> 小文字

リンクの等値比較をする際に主に使われる

const toTitleLc: (text: string) => string;