I made this library (and working on more) to help build the Dart ecosystem.<p>Strings are awesome. Working with strings can be painful. This library takes that pain out. You can use it on the client side or server side (YES, validate on both ends).<p>Some example validators:<p>- isURL
- isEmail
- isBase64
- isHexColor (cough CSS cough)
- isUUID
- isCreditCard
- and more<p>And some santitizers<p>- toDate
- escape (HTML)
- normalizeEmail<p>Let me know what you think. Feedback always welcome.