Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: check for power of a number with regex

by QM (Parson)
on Oct 28, 2009 at 03:13 UTC ( [id://803567]=note: print w/replies, xml ) Need Help??


in reply to check for power of a number with regex

It appears by the previous posts that the answer is no.

Thinking out loud...the solution would have to dynamically invoke the length of a submatch as a quantifier, or count its occurrences, neither of which seems to be allowed.

Or you could cheat and check for every power less than n, in a massive alternation, by building a custom regex before the match.

-QM
--
Quantum Mechanics: The dreams stuff is made of

  • Comment on Re: check for power of a number with regex

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-19 13:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found