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
Regex pattern are not Appian specific and the internet has billions of examples.
I asked my LLM and it gave me this: ^www\.[a-zA-Z0-9.-] \.(in|com|net)$
Do you have any specific question?