while(<>){ if(/the/){ #does $_ contain the print "Your line of text contains the word 'the'\n"; } }
@machines_os=("OpenBSD","Windows","Linux", "Windows"); foreach(@machines_os){ s/Windows/Linux/; }
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: String matching and Regular Expressions
by neophyte (Curate) on Nov 02, 2000 at 14:48 UTC | |
Pattern Matching:#2
by Anonymous Monk on Mar 23, 2000 at 01:29 UTC | |
by providencia (Pilgrim) on Apr 05, 2000 at 08:37 UTC | |
by little_mistress (Monk) on Apr 06, 2000 at 00:59 UTC | |
Re: String matching and Regular Expressions
by iza (Monk) on Mar 14, 2002 at 13:10 UTC | |
by rdfield (Priest) on Mar 14, 2002 at 13:18 UTC | |
Re: String matching and Regular Expressions
by lvanhout (Curate) on Jun 20, 2004 at 19:59 UTC | |
Re: String matching and Regular Expressions
by boxer (Initiate) on Apr 26, 2002 at 15:27 UTC | |
Re: String matching and Regular Expressions
by Perlin_the_Red (Initiate) on Sep 16, 2002 at 18:05 UTC | |
A reply falls below the community's threshold of quality. You may see it by logging in. |