chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Why no PCRE for Windows?


From: Chess Player
Subject: [Chicken-users] Why no PCRE for Windows?
Date: Thu, 6 Jul 2006 19:34:05 -0700 (PDT)

 )   ___
(__/_____) /)   ,    /)
  /       (/      _ (/_   _ __
 /        / )__(_(__/(___(/_/ (_
(______)
Version 2, Build 3 - windows-msvc-x86 - [ dload ptables ]
(c)2000-2005 Felix L. Winkelmann
#;1> (use regex)
; loading library regex ...
#;2> (test-feature? 'pcre)
#f
#;3> (test-feature? 'pregexp)
#t

The newLISP executable for windows includes the PCRE engine
and is only 180,736 bytes in size.

#;4> (string-search "foo.*bar" "foo\nbar")
#f
#;5> (string-search "foo.*bar" "foo-bar")
("foo-bar")

The dot doesn't match a newline.  Using either regular-expression
engine, how does one change that?

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]