Whether you deal with papers every day or only from time to time need them, DocHub is here to assist you make the most of your document-based tasks. This platform can set attribute in Non-Compete Agreement Template, facilitate user collaboration and generate fillable forms and valid eSignatures. And even better, every record is kept safe with the top security requirements.
With DocHub, you can access these features from any place and using any platform.
all right so just a quick video today we want to talk about the HTML input element so what I have right here the input elements the pattern attribute that you can put inside of these to do regular expression pattern matching for validation purposes so support for this is excellent the last browser to add just lots of major browsers to add support with Safari and that was way back in 2017 so even before I started making regular videos on this channel Safari had support for this so we have here a great website regxr.com this is a great place for testing regular Expressions so if you have them you want to test them out up here at the top you write the pattern that youre looking to match and it will highlight inside your content here anything that matches that pattern now if you dont know how regular Expressions work theres a link there at the top to another video that Ive done actually theres two videos that talk about regular expressions and how to do that so in this video were jus