jTaylo99 / kolumnextractor

A data extractor designed around building your requirements and easily extracting and verifying your data.
4 stars 8 forks source link

String Validators #1

Closed rphilip457 closed 1 year ago

rphilip457 commented 2 years ago
jTaylo99 commented 2 years ago

This could be done in 2 pull requests. Each handling 2 validators each.

ThisisMS11 commented 2 years ago

Please assign this issue to me.

jTaylo99 commented 2 years ago

For an example of a validator, there is the Number validator in validation.py. The idea would be that there would be separate validators per use case (eg. lower_case_str_validator, upper_case_str_validator) etc.