Forum: JavaScript programming
11-17-2006, 08:41 PM
|
|
Replies: 2
Views: 2,206
|
Forum: JavaScript programming
11-17-2006, 03:57 PM
|
|
Replies: 2
Views: 2,206
|
Forum: Perl/ CGI
09-24-2002, 03:20 PM
|
|
Replies: 3
Views: 2,748
Matching "anything but" a string
Hi. I'm trying to make a regular expression, part of which will match anything but a certain string. I know you can match "anything but" a character class in [] using ^. But I want to match...
|
Forum: Perl/ CGI
09-16-2002, 10:24 PM
|
|
Replies: 3
Views: 1,375
Pattern matching
Hi
I have a string that I want to check for the presence of another string. The only problem is, both strings are stored in variables. How can I do this? I'm assuming I can't just say
if...
|