poprishchin has asked for the wisdom of the Perl Monks concerning the following question:
Any suggestions? Also, if a user puts a space at the end of the string, I think things get goofed up more, and I should trim it.my @quotes = $keyword =~ s/"(.*)?"//; my @keys = split(/ /, $keyword);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: search string regex
by bobf (Monsignor) on Oct 29, 2004 at 23:20 UTC | |
|
Re: search string regex
by pg (Canon) on Oct 29, 2004 at 23:19 UTC | |
|
Re: search string regex
by bart (Canon) on Oct 30, 2004 at 01:13 UTC | |
|
Re: search string regex
by Anonymous Monk on Oct 30, 2004 at 01:41 UTC | |
|
Re: search string regex
by TedPride (Priest) on Oct 30, 2004 at 02:17 UTC |