cl--ppcre multi string
Posted: Thu Sep 02, 2010 4:30 pm
Whether method to scan multi strings without partion that to separate strings?
eg
but i want get "ab\ncd"
eg
Code: Select all
TE> (scan-to-strings ".*" "ab
cd")
"ab"
#()