If you don't want to include the trailing whitespace in a match, use a negative lookahead: [a-z]+[:.].*?(?=\s). In your example, this would match:
確定! 回上一頁