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

Move position until current char is not a whitespace, EOL, or comment.

Parameters

optional
options: { inline?: boolean; comment?: boolean; } = [UNSUPPORTED]
  • skip only whitespaces