Skip to main content
Module

x/simple_utility/mod.full.ts>slashU

Simplify processing for Deno.
Go to Latest
function slashU
import { slashU } from "https://deno.land/x/simple_utility@v2.0.8/mod.full.ts";

Convert from backslash to slash. Useful for converting from Windows path to UNIX path.

Examples

Example 1

const path = slashU("C:\\file");

Parameters

path: string

Returns

string