/[ ]*/ matches zero or more spaces, so the empty string between characters matches. If you're trying to match "one or more spaces", use one of these:
確定! 回上一頁