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

x/pagic/src/utils/filepath.ts>pascalToUnderline

A static site generator powered by Deno + React
Go to Latest
function pascalToUnderline
import { pascalToUnderline } from "https://deno.land/x/pagic@v1.5.1/src/utils/filepath.ts";

input: FooBar output: _foo_bar

Parameters

FooBar: string