Hi Regex People,
I am fairly new to regex and I am working to understand it. I am working with the expression ^.*website.+\.com.*
I am testing different strings against it to understand the expression but I cannot seem to fully grasp. Why would website.com not match that expression?
An explanation of that expression would be greatly appreciated!
Thanks!