Welcome Guest, Not a member yet? Register   Sign In
regex for mass removing my log_message(....) lines
#3

[eluser]sophistry[/eluser]
off the top of my head...
pattern
Code:
'(^.*log_message.+$)'
replace
Code:
'\/\/\1'

only works if you have no return/linebreaks in your log_message lines.

still, fuzzy's suggestion is the best.


Messages In This Thread
regex for mass removing my log_message(....) lines - by El Forum - 07-23-2009, 02:21 PM
regex for mass removing my log_message(....) lines - by El Forum - 07-24-2009, 04:40 AM
regex for mass removing my log_message(....) lines - by El Forum - 07-24-2009, 08:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB