Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method Scanner.prototype.slice
import { Scanner } from "https://deno.land/std@0.142.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