Q)Using regular expression
Hi all,
I'm trying to use STk's regular expression functions.
The problem is *. I'd like to search a string which has * like
"* wars, * trek". So I did:
(define *my-rexp* (string->regexp "\* wars, \* trek"))
But it did not work. How can I make regular expression from string
which has special characters?
Regards,
Jong-won (jwchoi_at_gsen.goldstar.co.kr)
Received on Sat Jun 01 1996 - 03:58:14 CEST
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST