... str) #RegexMatch(" ") ## matches all the non-alpha-numeric characters in the string collect(eachmatch(r"[^a-zA-Z0-9]", str)) #4-element Array{RegexMatch ...
確定! 回上一頁