As seen here: https://www.kevinleary.net/wildcard-find-replace-sublime-text/ This should have been easier for me to understand, but regex still gives me headaches. For anyone wanting to run a search and replace in Sublime Text that contains wildcard values this can be used: [^<]+ For example, we could use the following search string to find a set of anchor links. Full Article…
Viewing 1 to 2 of 2 items
Sublime Text – How to’s
Compare the differences between two files? Put the files into a folder and add the folder to the Sublime Text sidebar. You should now be able to select both files in the sidebar (or the folder) and with a right click select the ‘Diff’ option. Select columns? Using the Mouse OS X Left Mouse Button Full Article…