Closed fadouaBelhabib closed 4 years ago
I was just gonna open the same issue. This is correct. The naming convention is correct 'alpha_dash', intuitively implying letters + dash. Either:
Just updated the docs. Feel free to PR for alpha_numeric_dash
validator @IbrahimTanyalcin
Hello,
Using the last version (1.5.7), the
alpha_dash
filter does not allow numbers in the provided string :myValidator.yml :
fileName: 'alpha_dash|required'
field may only contain letters and dashes
Thanx.