Skip to content

Alternative to deprecated separatedBy(separator, includeSeparators: false) #160

@asartalo

Description

@asartalo

Hi again. Now that separatedBy() has been deprecated in favor of plusSeparated(), what is the current way of doing something like the following:

  Parser footer() =>
      ref0(footerLine).separatedBy(newLine, includeSeparators: false).plus();

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions