in reply to How can I remove unwated parts of a string in a pattern match?
if($ig_string=~/.*\;(.*?$small_string.*?)\;/)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How can I remove unwated parts of a string in a pattern match?
by Laurent_R (Canon) on Dec 14, 2015 at 18:50 UTC |