I’m trying to replace uppercase letters with corresponding lowercase letters using regex. So that EarTH: 1, MerCury: 0.2408467, venuS: 0.61519726, becomes earth: 1, mercury: 0.2408467, venus: 0.61519726, in Sublime...
Is there a way to search for a string in all files inside a project in Sublime Text 3? The string is not a method. 5 Answers 5
Is there a shortcut key or single-step menu option to find and select all instances of a highlighted selection in Sublime Text? 7 Answers 7
I have several strings selected in a file in Sublime Text and I want to convert them all to lowercase. How can I convert them all to lowercase in...
How can Sublime Text show non printable characters (I’m interested in SPACEs and TABs)? 10 Answers 10