Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
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 romping around the Monastery: (3)
As of 2024-10-03 22:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    The PerlMonks site front end has:





    Results (42 votes). Check out past polls.

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.