in reply to Re^2: perl regular expressions
in thread perl regular expressions
for as I've written it, you'd invoke it withfind_string('filename', "testing,link,rd");
Alternatively, you could add a split to my proposed solution.find_string('filename', "testing","link","rd");
#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: perl regular expressions
by iamsachin (Initiate) on Jun 23, 2014 at 23:52 UTC | |
by kennethk (Abbot) on Jun 24, 2014 at 00:06 UTC | |
by tobyink (Canon) on Jun 24, 2014 at 00:55 UTC | |
|
Re^4: perl regular expressions
by iamsachin (Initiate) on Jun 23, 2014 at 23:50 UTC | |
|
Re^4: perl regular expressions
by iamsachin (Initiate) on Jun 24, 2014 at 14:04 UTC | |
by kennethk (Abbot) on Jun 24, 2014 at 18:28 UTC | |
|
Re^4: perl regular expressions
by iamsachin (Initiate) on Jun 24, 2014 at 23:58 UTC | |
by kennethk (Abbot) on Jun 25, 2014 at 14:44 UTC |