Hello, > But I have some trouble with the regexp in Guile, seems "\\d+" can't > work, others, like "\\w+" works.
i also had this 'problem' and someone suggested to rather use [[:digit:]]+ and friends - [:blank:] [:alpha:] ... Cheers, David
Hello, > But I have some trouble with the regexp in Guile, seems "\\d+" can't > work, others, like "\\w+" works.
i also had this 'problem' and someone suggested to rather use [[:digit:]]+ and friends - [:blank:] [:alpha:] ... Cheers, David