in reply to extract a specific string from input
.* will get you the longest sequence of characters.
.*? will get you the shortest sequence.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: extract a specific string from input
by moritz (Cardinal) on Sep 26, 2012 at 11:57 UTC |