Skip to content

False positives #110

Open
Open
@sebilasse

Description

@sebilasse

Hello,

I had built a regex from all the firstnames in wikidata and tested 130.000 – this is fine.
But if I would just need to know if the string exactly matches the wikidata name:

I think, therefore it is missing the ^ begin and the $ end tag.
Otherwise it is not very strict.

E.g. test for Sebastian :
Without /^...$/ it matches Se anything.
With /^...$/ it matches Sebastian.

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