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

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

My first post in this thread pointed out there is NO inherent distinction. Any distinction would have to be imposed by you, the designer. Any distinction we come up with would be arbitrary and thus have limitations, so we can't answer your question.

We really can't help you until you explain what \dth\d\file.txt should become.

  • Should the first "\" should be escaped?
    • Yes? What if the user wants to match "4th..." and "5th...", but not "\dth..."?
    • No? What if the user wants to match "\dth...", but not "4th..." and "5th..."?
  • Should the second "\" should be escaped?
    • Yes? What if the user wants to match "...th4..." and "...th5...", but not "...th\d..."?
    • No? What if the user wants to match "...th\d...", but not "...th4..." and "...th5..."?
  • Should the "." should be escaped?
    • Yes? What if the user wants to match "...file_txt"?
    • No? What if the user doesn't want to match "...file_txt"?

We can show you how if you tell us what you want, but you haven't given us nearly enough information.


In reply to Re^5: Escaping quotemeta() in regex by ikegami
in thread Escaping quotemeta() in regex by sweetblood

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 rifling through the Monastery: (5)
As of 2024-04-23 15:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found