So I wasnt sure what tag applies to this and will just put Windows sorry.
In short I use notepad++ to mess around moding game files. Iv just recently learned a LITTLE about Regex, 'regular expressions' and the ToolBucket Multiline Find and Replace Plugin.
Id like to be able to search for two or more separate criteria at once I know this can be done with ( )? and another ( )?, however I do not understand how to properly replace the first group with ONLY 'x' and the second group with ONLY 'y' and NOT have both groups get replaced with 'x'&'y'.
Reminder I have basically no clue about coding.
Ill give an example via text and in my images:
Testing and learning file
Stuff
Thingo1
thingy2
#END
So how would I search for 'Thingo1' to replace it with 'Random1' at the same time searching for 'thingy2' and replacing it with 'random2' without having 'Thingo1' be replaced with both 'Random1random2'?
I know I could just search 1 at a time however Im almost certain this should be possible and would speed up my process.