http://qs1969.pair.com?node_id=272208


in reply to Re: regexp and substitute operator problem
in thread regexp and substitute operator problem

Yep, you're right, that was a pretty stupid mistake. Thanks for your help. This:

@chroms = grep {  /[pqxy]/i } @chroms;

solves it.

Replies are listed 'Best First'.
Re: Re: Re: regexp and substitute operator problem
by Dog and Pony (Priest) on Jul 08, 2003 at 06:37 UTC
    As for your second question, just copy/pasting your code and the example text does output the hyphens and dots here. What are you displaying it on?

    Also, you might at least want to put some () around the central part of your regex, as in: /\s($c*?)\s/ so you won't capture the whitespace around the matches as you do now. Or maybe that is what you wanted.


    You have moved into a dark place.
    It is pitch black. You are likely to be eaten by a grue.