Skip to content

Regex Issue #5

Description

@shrimalmadhur

You have used the regex as
m._sPattern = '(\\d + )?([AxcbBhHsfdiIlLqQ])'
I think there shouldn't be a space in either direction of "+". I think it should be
m._sPattern = '(\\d+)?([AxcbBhHsfdiIlLqQ])';
Let me know if I am wrong

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions