[cl-ppcre-devel] missing replacement

14 Apr
2011
14 Apr
'11
11:51 a.m.
If i try this regexp (cl-ppcre:regex-replace-all " d {1-3}'" "la presa d 'aria" " d'" :preserve-case t) I don't get the expected replacement (remove the space before the apostrophe) "la presa d'aria" whereas Regex Coach works as expected. Thanks. Mario

14 Apr
14 Apr
12:07 p.m.
On Thu, Apr 14, 2011 at 6:51 PM, Mario Maio <mario.maio@libero.it> wrote:
If i try this regexp
(cl-ppcre:regex-replace-all " d {1-3}'" "la presa d 'aria" " d'" :preserve-case t)
I don't get the expected replacement (remove the space before the apostrophe)
The correct syntax is {1,3}, not {1-3}. -Hans
5299
Age (days ago)
5299
Last active (days ago)
1 comments
2 participants
participants (2)
-
Hans Hübner
-
Mario Maio