I need help with a regex find and replace. I want to replace this string
'showPopUp(url, title, width, height)'
with this string
'showHidePup(url, title)'
The name of the function changes and the width height attributes are no longer needed. I have the regex that finds the first string
Code: Select all
showPopUp\(.+\)