Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function getStringWidth
import { getStringWidth } from "https://deno.land/std@0.119.0/node/internal/util/inspect.js";

Returns the number of columns required to display the given string.

Parameters

str
optional
removeControlChars = [UNSUPPORTED]