This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

make-regexp


Hi,

it would be nice to have some predefined char sets in make-regexp like
\d for digits or \s for white spaces and \S for non white spaces. I
think it would be usefull to have the same char sets like Perl.