Woody Butler
Results
2
comments of
Woody Butler
> Are you guys handling this somehow as well? I've changed my application to using `/[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]+/` (for forms when using `pattern` attribute) and `/\A[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]+/i` otherwise. We felt the benefit of...
> Have others come across a similar situation where they need to load a lot of data into one field? Yes, but I haven't a solution quite yet. While searching...