Skip to content

Parsing, regex #26

@borgarlie

Description

@borgarlie

The way we are splitting the document up when parsing is done with this regular expression:
var re = /(?:")([^"]+)(?:")|([^\s"]+)(?=\s+|$)/g;
Using this will cause a bug when you have a double quote on a line and dont terminate it. When doing so, it will not split whats inside the quotes.

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