Skip to content

Splitting not always correct #2

@hvenev

Description

@hvenev

For example,

email=email_split('"my@email"@example.org')

should be split into

email.local='my@email'
email.domain='example.org'

not

email.local='"my'
email.domain='email"@example.org'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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