user=> (str/split "q1w2e3r4t5y6u7i8o9p0" #"\d+") ["q" "w" "e" "r" "t" "y" "u" "i" "o" "p"] ;; Note that the 'limit' arg is the maximum number of strings to ...
確定! 回上一頁