I want to validate a website URL that goes as an input, requirement is to start with https://www. and with {.in, .com, .net}Please Assist, Thanks in Advance
Discussion posts and replies are publicly visible
Thanks Stefan, But it didnt work
i assume you adjusted Stefan's example to test for a string starting with "https" instead of 'www."?
To be frank, for this sort of ask, you will need to do some of your own troubleshooting, googling for regex patterns, testing, inventing, etc - it will be hard to have someone here hand you a perfect example on a silver platter if your requirements are vague and your feedback is merely "it didn't work" without specifying what tried, what changes you already attempted, what your output was when it didn't work.....