Open phatkv opened 3 months ago
Some useful expression like: isLengthLessThan, isLengthGreaterThan, isEmail, isPhone, etc loss in current version. I think it should be keep alive and update soon! Thank you!
These helpers were removed from the package with a view to replacing it with an additional package (Quickly) that handles all of this in a better way.
some examples of replacements could be
isLengthLessThan -> minLen
isEmail -> isEmail
isPhone -> unimplemented
@Aniketkhote it might be good to implement the most used helpers to facilitate the migration to refreshed
Updated to the latest version of Quickly with additional string extensions. Let me know if there's anything specific you'd like to see added!
Some useful expression like: isLengthLessThan, isLengthGreaterThan, isEmail, isPhone, etc loss in current version. I think it should be keep alive and update soon! Thank you!