How to do a search and replace with Sublime Text, so it finds "(wildcard)"?
I want to do a simple find and replace to get curly quotes, I expect that this can be done using regex.
Thanks 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re looking to make curly quotes into straight quotes, then can you just replace
“,‘,”, and’with",',", and', respectively? But maybe that is not your aim. You should be able to use the curly quotes “literally” in your regex, e.g.EDIT:
Ah, so you want to convert straight quotes to curly quotes. In that case, try replacing
with