For seo purposes, I was instructed to change a line of code from something like
to
What is the line of code that will detect if there is at least 1 uppercase letter in the url?
…for seo consistency. I know regex is probably the most efficient way to do this, but I’m not very experienced with Regex.
1 Answer