Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
You say want a regex to do something, but all of your examples place a loop outside of a substitution. Regex can't do substitutions. There's some disconnect in your explanation.
Yes, you're right. I am using regex (improperly) to mean regex-with-substitution, i.e., s/// (with whatever non-/e switches and internal decorations you like, but as little /e, (?{}), and (??{}) as possible).
That doesn't mean you need recursion to count from 1 to 10. You need a loop, no matter how it's implemented.

I know I don't need recursion. I want recursion.

I think it's reasonable to say “The problem can't be solved under these stupid restrictions”, or “I don't care to try to solve the problem under these stupid restrictions”, but not “Problems with stupid restrictions are wrong problems”. The drive to minimalism (of axioms) is, I think, at the heart of computer science; it's certainly at the heart of mathematics, and, as I am a mathematician, it's what drives me.

UPDATE: On re-reading, that was an over-reaction to something that probably wasn't your position at all. Anyway it was more than a bit rude, so I apologise.


In reply to Re^4: Recursive substitution by JadeNB
in thread Recursive substitution by JadeNB

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-24 09:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found