17 Jun
2026
17 Jun
'26
9:43 p.m.
Hi I would like to munge regex strings to interpolate substrings in them (I know you can do that in CL-PPCRE using the SEXP based regexps). Something equivalent *(defvar L "[A-Za-z]")* *(scan #?"|${L}+|" " |foobar|...")* But I would like to build the interpolated string dynamically, i.e., *before* I create the *L* variable. In other words, I would like to interpolate at the latest possible time. I know I am doing something wrong. Thanks -- Marco
8
Age (days ago)
8
Last active (days ago)
0 comments
1 participants
参加者 (1)
-
Marco Antoniotti