in reply to Re: Steps to get a substring from a string
in thread Steps to get a substring from a string
if m/name=([^\.]+)/;
Small remark: there's no need to escape '.' (dot) in a character class.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Steps to get a substring from a string
by CountZero (Bishop) on Jul 21, 2015 at 17:45 UTC |