Ok I cant seem to find the answer in search. I want to replace * in a word But keep getting "Invalid preceding regular expression prior to repetition operator"
What I am trying to do is change W**d to Word but I cant figure it out.
Ok I cant seem to find the answer in search. I want to replace * in a word But keep getting "Invalid preceding regular expression prior to repetition operator"
What I am trying to do is change W**d to Word but I cant figure it out.
Ok I figured it out I was trying to use "Replace as regular expression" and changed it to "Replace" and it worked!