Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Regex \. help

by AnomalousMonk (Archbishop)
on Nov 22, 2014 at 00:14 UTC ( [id://1108063]=note: print w/replies, xml ) Need Help??


in reply to Regex \. help

I have this regex: ^regex*\.0-9

You do not use code tags, so it's not clear what regex you have. Please see Markup in the Monastery, Writeup Formatting Tips and How do I post a question effectively?.

I going to guess that your regex is  /^regex*\.[0-9]/ You say that your regex matches "regex.1", which I can accept, but why would you think it would match "regex.abc", since "abc" has no relation to  [0-9] (a decimal digit)? Please see perlre and perlretut.

It seems as though the ? doesnt make the \. optional.

I don't see any  ? metacharacter. (Update: And what difference would you expect it would make if the  \. were optional?)

Update: When I first read "It must also match regex, but not regex.abc." in the OP, I thought codz67 wanted the regex also to match  'regex.abc' and was puzzled why it didn't. A more careful reading brings a better understanding. See discussion below. Oh, well...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-19 23:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found