in reply to Extract Sub String
Why do you have the \" in your regex? Remove it! And while you are at it, also remove the other " in your regex (that is not part of your $string itself, but the delimiter for perl)if ($string =~/(.*?)\"_RVCT"/)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Extract Sub String
by gvinu4u (Acolyte) on Jun 22, 2011 at 10:54 UTC |