06.11.2015, 11:02
I've never touched RegEx before, as it seems very complicated.
How would I go about, in Sublime Text, replacing occurances of 'Textdraw0', 'Textdraw1', 'Textdraw2' etc. with 'Textdraw[0]', 'Textdraw[1]' and so on? Surely this is one of the most simple things to do with RegEx?
How would I go about, in Sublime Text, replacing occurances of 'Textdraw0', 'Textdraw1', 'Textdraw2' etc. with 'Textdraw[0]', 'Textdraw[1]' and so on? Surely this is one of the most simple things to do with RegEx?