Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: [emacs] converting perl regex into elisp regex

by LanX (Saint)
on Sep 18, 2009 at 03:30 UTC ( [id://796020]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /usr/bin/perl -w /tmp/plre2el.pl 
    Perlcode: "(.*?)"
    Elispcode: \"\\(.*?\\)\"
    
  2. or download this
    use strict;
    use warnings;
     
    ...
     
     print "Elispcode: $RE";
    
  3. or download this
    use strict;
    use warnings;
    ...
     
    #TODO whats the elisp syntax for \0 ???
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://796020]
help
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-18 12:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found