premchand: -------------------------------------------------------------------------------- Can any one help me how to search multiple words and list line contains matching word ? eg: search aaa bbb ccc
and PS pad should list the line contains any one word ( aaa or bbb ) -------------------------------------------------------------------------------- You can use the regular expression search, in this case: aaa|bbb|ccc hth, vbr -- <http://forum.pspad.com/read.php?2,57036,57037> PSPad freeware editor http://www.pspad.com
