... and google is not helping. Basically... I want to find the last occurence of border-radius: 0px; in a string and replace it with border-radius: 0px 0px 10px 10px; instead. This is for my power cards API script and I am banging my head on regex tutorials trying to figure this out.