CGI/Perl Guide
|
Learning Center
|
Forums
|
Advertise
|
Login
Site Search:
in
Perl Guide
PerlGuru Forums
Learning Ctr
MAIN
INDEX
SEARCH
POSTS
WHO'S
ONLINE
LOG
IN
Home
:
Perl Programming Help
: Regular Expressions
(2465 posts in 577 threads)
Moderators:
davorg
,
FishMonger
,
japhy
,
Kanji
,
Laurent_R
1
2
3
4
5
6
7
8
9
...
24
Subject
Author
Views
Replies
Last Post
in other string using regex
harshmane
8250
2
Jun 21, 2011, 9:56 PM
Re: [harshmane] in other string using regex
miller
8240
1
Jun 22, 2011, 3:22 AM
Re: [miller] in other string using regex
harshmane
8238
0
Jun 22, 2011, 4:12 AM
pattern from a string
anilm
18064
3
Jul 9, 2001, 1:55 PM
Re: pattern from a string
sigma
18032
2
Jul 30, 2001, 11:03 AM
Re: pattern from a string
anilm
18028
1
Jul 31, 2001, 5:12 AM (
abstracts
)
"123 456" to "123456"
drothman66
18682
9
Mar 4, 2010, 11:24 AM
Re: [drothman66] "123 456" to "123456"
toolic
18661
8
Mar 4, 2010, 5:36 PM
Re: [toolic] "123 456" to "123456"
drothman66
18660
7
Mar 6, 2010, 5:10 AM (
drothman66
)
"qr/\d+.+\.pdf$/ );" what mean ?
tot94
12950
3
Sep 18, 2015, 2:42 AM (
Laurent_R
)
$str =~ s{>([^<>]+?)<(?{ local $l = $1;})}{($l !~
ebu
15936
3
Aug 9, 2002, 7:18 AM (
thebitch
)
(?P<..>..) in perl
gnix
10073
1
Mar 5, 2009, 7:09 AM
Re: [gnix] (?P<..>..) in perl
KevinR
10069
0
Mar 5, 2009, 1:43 PM
.+? probs...
AndyNewby
16237
4
May 24, 2003, 4:21 AM
Re: [AndyNewby] .+? probs...
Paul
16234
3
May 24, 2003, 7:04 AM
Re: [Paul] .+? probs...
AndyNewby
16231
2
May 24, 2003, 9:19 AM
Re: [AndyNewby] .+? probs...
Jasmine
16229
1
May 24, 2003, 3:54 PM
Re: [Jasmine] .+? probs...
AndyNewby
16222
0
May 26, 2003, 2:26 AM
/\((\([^)]*\))\)/
ball
9115
1
Jul 19, 2008, 10:00 PM
Re: [ball] /\((\([^)]*\))\)/
KevinR
9092
0
Jul 20, 2008, 10:42 AM
9:5:4 => 09:05:04
ladycygnus
14778
8
Aug 22, 2011, 7:31 AM
Re: [ladycygnus] 9:5:4 => 09:05:04
FishMonger
14777
7
Aug 22, 2011, 7:41 AM
Re: [FishMonger] 9:5:4 => 09:05:04
ladycygnus
14773
6
Aug 22, 2011, 7:57 AM
Re: [ladycygnus] 9:5:4 => 09:05:04
ladycygnus
14772
5
Aug 22, 2011, 9:22 AM (
ladycygnus
)
A quicker Way
perlkid
11961
4
Jun 19, 2000, 11:29 PM
Re: A quicker Way
Kanji
11961
0
Jun 20, 2000, 9:00 AM
Re: A quicker Way
perlkid
11961
0
Jun 20, 2000, 1:58 PM
Re: A quicker Way
japhy
11961
0
Jun 21, 2000, 11:12 AM
Re: A quicker Way
perlkid
11961
0
Jun 22, 2000, 10:32 AM
a regular regular expression ...
yaniv_av
9038
1
Nov 7, 2002, 11:31 PM
Re: [yaniv_av] a regular regular expression ...
Paul
9036
0
Nov 8, 2002, 4:09 AM
A way to check for "matching" characters?
Wumbate
11667
3
May 7, 2008, 10:34 PM
Re: [Wumbate] A way to check for "matching" characters?
KevinR
11663
2
May 8, 2008, 9:33 AM
Re: [KevinR] A way to check for "matching" characters?
Wumbate
11656
1
May 8, 2008, 4:14 PM (
KevinR
)
accessing XML string using regular expression
krishperl
8709
2
Nov 18, 2009, 1:54 AM
Re: [krishperl] accessing XML string using regular expression
toolic
8691
0
Nov 18, 2009, 11:22 AM
Re: [krishperl] accessing XML string using regular expression
ichi
8629
0
Nov 19, 2009, 5:10 PM
adding the domain to href's
Aquilo
8660
4
Dec 24, 2000, 2:47 AM
Re: adding the domain to href's
japhy
8659
0
Dec 24, 2000, 8:10 AM
Re: adding the domain to href's
Aquilo
8656
2
Dec 24, 2000, 2:55 PM
Re: adding the domain to href's
sleuth
8655
1
Dec 24, 2000, 4:53 PM
Re: adding the domain to href's
Aquilo
8652
0
Dec 25, 2000, 4:58 AM
Allowing only letters, numbers and spaces
LeoF
6500
1
Oct 20, 2000, 10:07 AM (
LeoF
)
Alternative to alternation with |
dpavlenkov
24800
8
Jul 12, 2004, 6:31 AM (
kencl
)
An extra "!" get added
nagarajsh
8129
2
Aug 17, 2009, 12:48 PM (
KevinR
)
Array in objs
maclarensg
8479
1
Sep 5, 2008, 3:24 AM
Re: [maclarensg] Array in objs
KevinR
8471
0
Sep 5, 2008, 12:45 PM
blank lines regular expression
devi
17666
2
May 10, 2012, 11:49 AM
Re: [devi] blank lines regular expression
FishMonger
17664
0
May 10, 2012, 12:01 PM
Re: [devi] blank lines regular expression
rovf
12615
0
Jun 15, 2012, 3:38 AM
Book on Regular Expressions
PGScooter
10180
4
Dec 3, 2008, 2:11 AM (
PGScooter
)
Brand new to regexp question
bktanner
13662
6
Jul 18, 2009, 1:15 PM
Re: [bktanner] Brand new to regexp question
bktanner
13656
0
Jul 18, 2009, 1:40 PM
Re: [bktanner] Brand new to regexp question
shawnhcorey
13647
3
Jul 18, 2009, 3:27 PM
Re: [shawnhcorey] Brand new to regexp question
bktanner
13645
2
Jul 18, 2009, 4:28 PM (
shawnhcorey
)
Re: [bktanner] Brand new to regexp question
ichi
13623
0
Jul 19, 2009, 5:55 PM
can any one tell how to validate correct email address using perl script
aniket
8602
2
Dec 10, 2009, 8:12 AM (
aniket
)
Can anyone help me ?
eeduest
21391
3
Sep 5, 2014, 3:40 PM
Re: [eeduest] Can anyone help me ?
Chris Charley
21362
1
Sep 6, 2014, 8:46 AM
Re: [Chris Charley] Can anyone help me ?
eeduest
21268
0
Sep 8, 2014, 6:01 AM
Re: [eeduest] Can anyone help me ?
FishMonger
21358
0
Sep 6, 2014, 9:30 AM
Can I do an if-then-else regex mixing match and substitution?
poly4life
12638
6
Mar 25, 2011, 1:46 PM
Re: [poly4life] Can I do an if-then-else regex mixing match and substitution?
FishMonger
12632
4
Mar 25, 2011, 1:56 PM
Re: [FishMonger] Can I do an if-then-else regex mixing match and substitution?
poly4life
12629
3
Mar 25, 2011, 2:11 PM
Re: [poly4life] Can I do an if-then-else regex mixing match and substitution?
FishMonger
12624
1
Mar 25, 2011, 2:53 PM
Re: [FishMonger] Can I do an if-then-else regex mixing match and substitution?
poly4life
12602
0
Mar 28, 2011, 8:41 AM
Re: [poly4life] Can I do an if-then-else regex mixing match and substitution?
miller
12620
0
Mar 25, 2011, 3:52 PM
Re: [poly4life] Can I do an if-then-else regex mixing match and substitution?
miller
12629
0
Mar 25, 2011, 2:11 PM
Can someone explain this...
Peter Van Hoecke
11377
3
May 17, 2000, 4:40 AM
Re: Can someone explain this...
japhy
11377
0
May 18, 2000, 9:28 AM
Re: Can someone explain this...
Peter Van Hoecke
11377
0
May 18, 2000, 11:42 PM
Re: Can someone explain this...
TheGame+
11377
0
May 19, 2000, 3:06 PM
1
2
3
4
5
6
7
8
9
...
24
LEGEND
= Hot thread
= Post with replies
= Single post
= The thread is locked
= Collapse this section
= Expand this section
= Expand entire thread
= Jump to last post in thread
= First post in thread
= Reply post
FORUM RULES
You cannot start new threads
You cannot post replies
Announcements
PerlGuru Announcements
Perl Programming Help
Frequently Asked Questions
Beginner
Intermediate
Advanced
Regular Expressions
mod_perl
DBI
Win32 Programming Help
Fun With Perl
Perl Quizzes - Learn Perl the Fun Way
Perl Golf
Perl Poetry
Need a Custom or Prewritten Perl Program?
I need a program that...
I Need a Programmer for Freelance Work
Throw Down The Gauntlet
General Discussions
General Questions
Feedback
Tutorial/Article Suggestions for The Learning Cent
Internet Security
Other Programming Languages
Javascript
PHP
Search
this forum
this category
all forums
for
All words
Any words
Whole Phrase
(
options
)
Powered by
Gossamer Forum v.1.2.0
Web Applications
&
Managed Hosting
Powered by Gossamer Threads
Visit our
Mailing List Archives