From: Roman Rytov Date: 2002-12-04T01:15:08+09:00 Subject: Regular expression question line !~ /\(^#\)\|\(^[\s\t]*$\)/ Is supposed to filter empty lines and lines commented by "#" symbol at the beginning. Separately the both patterns work but with "|" operation it doesn't filter. What I missed? Roman Rytov