Skip to content

Support space in CHILD_NAME #69

@PhoenixFnX

Description

@PhoenixFnX

if that constant,

const CHILD_NAME = '/^\.([\p{L}\p{N}\_\$][\p{L}\p{N}\_\-\$]*|\*)(.*)/u';

I suggest adding a space in the regex :

    const CHILD_NAME = '/^\.([\p{L}\p{N}\_\$][ \p{L}\p{N}\_\-\$]*|\*)(.*)/u';```

Is there any impact elsewhere ?

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