dani_cv_74 has asked for the wisdom of the Perl Monks concerning the following question:
so, $str always should contains, just ABCD. Thanks and Best Regards, Dan.$str = "&ABCD" <Regular expression should remove the & and put the ABCD to string $st +r> or $str = "ABCD&" <same way, Regular expression should remove the & and put the ABCD to +string $str>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Reg. Expression - Replace " from string
by GrandFather (Saint) on Jun 15, 2006 at 21:38 UTC | |
|
Re: Reg. Expression - Replace " from string
by albert (Monk) on Jun 15, 2006 at 23:33 UTC | |
by GrandFather (Saint) on Jun 15, 2006 at 23:37 UTC | |
|
Re: Reg. Expression - Replace " from string
by Jasper (Chaplain) on Jun 16, 2006 at 09:04 UTC |