-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request