Skip to content
This repository was archived by the owner on Aug 9, 2018. It is now read-only.
This repository was archived by the owner on Aug 9, 2018. It is now read-only.

tagRegex issue #1

@loki36

Description

@loki36

Hi,

Because you could have tags without text behind, you should change
protected static $tagRegex = '/@[a-zA-Z0-9]\s/';
by
protected static $tagRegex = '/@[a-zA-Z0-9]
/';

an other way :
pass $tagRegex to a non static var, doing that we can extends the class en set an other regexp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions