1
2
3
4
5
6
7
8
9
... 22
|
|
| |
|
Subject
|
Author
|
Views
|
Replies
|
Last Post
|
|
|
in other string using regex
|
harshmane
|
2221
|
2
|
Jun 22, 2011, 4:12 AM (harshmane)
|
|
|
pattern from a string
|
anilm
|
3465
|
3
|
Jul 31, 2001, 5:12 AM (abstracts)
|
|
|
"123 456" to "123456"
|
drothman66
|
6108
|
9
|
Mar 6, 2010, 5:10 AM (drothman66)
|
|
|
$str =~ s{>([^<>]+?)<(?{ local $l = $1;})}{($l !~
|
ebu
|
4055
|
3
|
Aug 9, 2002, 7:18 AM (thebitch)
|
|
|
(?P<..>..) in perl
|
gnix
|
2236
|
1
|
Mar 5, 2009, 1:43 PM (KevinR)
|
|
|
.+? probs...
|
AndyNewby
|
3905
|
4
|
May 26, 2003, 2:26 AM (AndyNewby)
|
|
|
/\((\([^)]*\))\)/
|
ball
|
2489
|
1
|
Jul 20, 2008, 10:42 AM (KevinR)
|
|
|
9:5:4 => 09:05:04
|
ladycygnus
|
3862
|
8
|
Aug 22, 2011, 9:22 AM (ladycygnus)
|
|
|
A quicker Way
|
perlkid
|
3508
|
4
|
Jun 22, 2000, 10:32 AM (PerlKid)
|
|
|
a regular regular expression ...
|
yaniv_av
|
2356
|
1
|
Nov 8, 2002, 4:09 AM (Paul)
|
|
|
A way to check for "matching" characters?
|
Wumbate
|
3192
|
3
|
May 8, 2008, 4:14 PM (KevinR)
|
|
|
accessing XML string using regular expression
|
krishperl
|
2948
|
2
|
Nov 19, 2009, 5:10 PM (ichi)
|
|
|
adding the domain to href's
|
Aquilo
|
2833
|
4
|
Dec 25, 2000, 4:58 AM (Aquilo)
|
|
|
Allowing only letters, numbers and spaces
|
LeoF
|
2030
|
1
|
Oct 20, 2000, 10:07 AM (LeoF)
|
|
|
Alternative to alternation with |
|
dpavlenkov
|
7895
|
8
|
Jul 12, 2004, 6:31 AM (kencl)
|
|
|
An extra "!" get added
|
nagarajsh
|
2672
|
2
|
Aug 17, 2009, 12:48 PM (KevinR)
|
|
|
Array in objs
|
maclarensg
|
2453
|
1
|
Sep 5, 2008, 12:45 PM (KevinR)
|
|
|
blank lines regular expression
|
devi
|
9582
|
2
|
Jun 15, 2012, 3:38 AM (rovf)
|
|
|
Book on Regular Expressions
|
PGScooter
|
2844
|
4
|
Dec 3, 2008, 2:11 AM (PGScooter)
|
|
|
Brand new to regexp question
|
bktanner
|
4438
|
6
|
Jul 19, 2009, 5:55 PM (ichi)
|
|
|
can any one tell how to validate correct email address using perl script
|
aniket
|
2981
|
2
|
Dec 10, 2009, 8:12 AM (aniket)
|
|
|
Can I do an if-then-else regex mixing match and substitution?
|
poly4life
|
3610
|
6
|
Mar 28, 2011, 8:41 AM (poly4life)
|
|
|
Can someone explain this...
|
Peter Van Hoecke
|
3229
|
3
|
May 19, 2000, 3:06 PM (TheGame+)
|
|
|
Post deleted by prateekm21
|
prateekm21
|
2780
|
4
|
Apr 23, 2009, 9:15 AM (KevinR)
|
|
|
capturing parentheses in subseraches
|
PGScooter
|
2236
|
2
|
Jun 12, 2008, 1:30 PM (PGScooter)
|
1
2
3
4
5
6
7
8
9
... 22
|
|