lisp中正则表达式匹配库cl-ppcre中count-matches函数解释?

(all-matches-as-strings "\\w*" "foo bar baz")
;; => ("foo" "" "bar" "" "baz" "")