Skip to main content
Module

x/simple_utility/mod.full.ts>pathSepL

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

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

Examples

Example 1

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

Parameters

path: string

Returns

string