oneOrMoreLazily`foo`
oneOrMore.lazily`foo`
RegExp equivalent:
/(?:foo)+?/
Match a token 1 to infinite times, trying to match as short as possible.
oneOrMoreLazily is a short form of oneOrMore.lazily. See the documentation of oneOrMore for more details.
Rest ...args: unknown[]oneOrMoreLazily`foo`
oneOrMore.lazily`foo`
RegExp equivalent:
/(?:foo)+?/
Match a token 1 to infinite times, trying to match as short as possible.
oneOrMoreLazily is a short form of oneOrMore.lazily. See the documentation of oneOrMore for more details.
oneOrMoreLazily`foo`
oneOrMore.lazily`foo`
RegExp equivalent:
/(?:foo)+?/
Generated using TypeDoc
Match a token 1 to infinite times, trying to match as short as possible.
oneOrMoreLazilyis a short form ofoneOrMore.lazily. See the documentation of oneOrMore for more details.