Home > IT Architecture > Editplus regular expression Or | usage

Editplus regular expression Or | usage

September 2nd, 2010


I want to comment away lines containing ErrorLog or TransferLog or CustomLog using editplus today.And I try the regular expression of it,and that works!

Ctrl+H,in ‘Find What’ input box,type in:
ErrorLog|TransferLog|CustomLog
And,in ‘Replace with’,type in:


Comments are closed.