Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Pattern matching: Why no \1 in [ ]?

by MarkM (Curate)
on Aug 07, 2003 at 19:46 UTC ( [id://282010]=note: print w/replies, xml ) Need Help??


in reply to Pattern matching: Why no \1 in [ ]?

\1 provides the ability to substitute the literal text string of a previously matched parameter into the regular expression. It doesn't give you the ability to recompile the regular expression. Character class ([...]) are a compile time directive. \1 is a run time directive. [\1] is interpretted as 'the character with value 1'.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://282010]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (1)
As of 2024-04-16 21:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found