in reply to Re: avoiding a particular character or set of characters
in thread avoiding a particular character or set of characters
if this sentence has out do not replace it$str ="check this out";
is there some way to achieve thisif($str =~ s#check this [^out]#check this one#){ }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: avoiding a particular character or set of characters
by prasadbabu (Prior) on Mar 27, 2006 at 15:31 UTC | |
|
Re^3: avoiding a particular character or set of characters
by neeha (Novice) on Mar 27, 2006 at 15:27 UTC |