If you want to replace all the numbers with blank from your document in the sublime editor then follow these simple steps:-
- Open Sublime text editor and paste or open text document, you want to replace in.
- Then press ctrl+h and focus on find field with the help of mouse. Press
Alt+r
to enable regular expression. - Paste
[[:digit:]]
in find box and leave empty the replace field (or write something you want to replace with). - Click replace all. That's all.
Publish A Comment