Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: regexp::assemble and dispatch-table with unicode

by ikegami (Patriarch)
on Jan 08, 2010 at 17:07 UTC ( [id://816359]=note: print w/replies, xml ) Need Help??


in reply to regexp::assemble and dispatch-table with unicode

U+2009 matches \s, so you go in an infinite loop.

First pass of while loop: "SGB\x{0020}I" gets replaced with "SGB\x{2009}I"
Second pass of while loop: "SGB\x{2009}I" gets replaced with "SGB\x{2009}I"
Third pass of while loop: "SGB\x{2009}I" gets replaced with "SGB\x{2009}I"
...

Sorry, I can't help find you a solution right now. I gotta run.

Replies are listed 'Best First'.
Re^2: regexp::assemble and dispatch-table with unicode
by ajan (Initiate) on Jan 08, 2010 at 17:14 UTC

    Uups

    I was not aware of that

    Sometimes one can really be blind

    Thanks, that helps me further

    ajan

      RA has no obvious support for global searching. As a quick fix, you could replace \s with something more specific.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2025-12-13 10:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your view on AI coding assistants?





    Results (93 votes). Check out past polls.

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.