Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/tstl/benchmark/internal/StringUtil.ts>StringUtil.removeHTMLSpaces

TypeScript-STL (Standard Template Library, migrated from C++)
Latest
method StringUtil.removeHTMLSpaces
import { StringUtil } from "https://deno.land/x/tstl@v3.0.0/benchmark/internal/StringUtil.ts";

Replace all HTML spaces to a literal space.

Parameters

str: string

Target string to replace.

Returns

string