PDA

View Full Version : Searching inside a string


crca
01-03-2003, 05:16 AM
Yet another question ;)

I would like to ask, how can you serch a string if it constains "yahoo.com"?

Thanks for you help

Hawk989s
01-03-2003, 07:26 AM
if ($string =~ /yahoo.com/) {
#action
}