You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Change is-lat-lang validation method to is-lat-long.
Remove the to-date-time sanitization method because it's not useful to use in .net programming languages.
Remove the unnecessary overloads from the custom-validator validation method & the custom-sanitizer sanitization method, since both are accepting a generic type and there is no need for any overloads that takes a static type.
Change str parameter word to token in contains, starts-with and ends-with validation methods.