Skip to main content
Go to Latest
method Scanner.prototype.slice
import { Scanner } from "https://deno.land/std@0.145.0/encoding/_toml/parser.ts";

Get sliced string

Parameters

start: number
  • start position relative from current position
end: number
  • end position relative from current position

Returns

string