in reply to (Solved) Extracting sometimes null string from text variable
/Club:\s*(.*?)\s*$/
(untested)
Since you're parsing multiple lines you might need a modifier like m or s.
(Can't remember which one is which)
never mind, see Re^3: Extracting sometimes null string from text variable
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Extracting sometimes null string from text variable
by Anonymous Monk on Sep 17, 2017 at 18:47 UTC | |
by LanX (Saint) on Sep 17, 2017 at 19:07 UTC |