I was trying to use isAlphanumeric validator, wondering if there was an option to allow one extra character while doing so (a space or - for example). Looks like it has been implemented in validatorjs PR1286 - isAlpha enhancement but I don't find it in class-validator...
The problem:
Usage in validatorjs : .isAlpha('en-US', {ignore: ' '})
Usage in class-validator : .isAlpha('en-US', { ??? })

Is it something not yet implemented, or is it normal ?
I was trying to use
isAlphanumericvalidator, wondering if there was an option to allow one extra character while doing so (a space or-for example). Looks like it has been implemented in validatorjs PR1286 - isAlpha enhancement but I don't find it in class-validator...The problem:

Usage in validatorjs :
.isAlpha('en-US', {ignore: ' '})Usage in class-validator :
.isAlpha('en-US', { ??? })Is it something not yet implemented, or is it normal ?