Skip to content

regex matching support #105

@cheebusjeebus

Description

@cheebusjeebus

hello, thank you for a very good tool! he works nicely in my Notepad++ configuration

can you please add regex matching support?

example schema.ini:

Format=TabDelimited
ColNameHeader=True
Col1="animal_species" Text Width 15
Col2="animal_name" Text Width 11
;Col2="animal_name" RegularExpression ^[A-Z][aeiouy]
Col3="animal_uuid" Text Width 36
;Col3="animal_uuid" RegularExpression ^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$
Col4="owner_badge_md5" Text Width 32
;Col4="owner_badge_md5" RegularExpression ^[0-9a-f]{32}$

if column data not match RegularExpression his validation fails

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions