in reply to Re^2: Using Regex to extract variable-length substring
in thread Using Regex to extract variable-length substring
I REALLY need to learn regex
Just do it. ;-) I know that the task may look a bit daunting at first, and something like /\[(.+?)]/ may look like cryptic noise for some one not knowing how to interpret those funny characters, but it is actually fairly easy to understand and learn the basics of regexes if given the proper explanations or the right tutorial. Granted, regexes can become fairly hairy, but for more common tasks, it is definitely worth the effort, especially when developing in Perl.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using Regex to extract variable-length substring
by StrangeDucks (Initiate) on Oct 30, 2013 at 15:22 UTC | |
by Laurent_R (Canon) on Oct 30, 2013 at 17:49 UTC | |
by StrangeDucks (Initiate) on Oct 31, 2013 at 00:03 UTC |