in reply to searching a string with variable data
# $_ contains a sentence. use \d+ for more numbers or \w+ for words if ( /see the \d brown foxes\. they are certainly fast\./ ) { # do something }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: searching a string with variable data
by ikegami (Patriarch) on Nov 29, 2004 at 23:47 UTC | |
|
Re^2: searching a string with variable data
by chb (Deacon) on Nov 30, 2004 at 07:14 UTC |