Archive for September, 2016
Text Mate 2 – Regex Searching
Some note for myself to help with searching log file – ill update this as i go Ensure Regular Expression is ticked to search for 2 string on the same line i use String1(.*)String2 Where (.*) can contain anything or (?<=String1)(.*)(?=String2) this highlights the text between the 2 strings search for […]