in reply to Re: What is regular expression for the following thing?in thread What is regular expression for the following thing?
>perl -le"@_='abc'; print qr/[-@_]/;" (?-xism:[-abc]) [download]