You don't need regex at all. Just use substring: yourString.substring(4,7). Since you do need to use regex, you can do it like this:
確定! 回上一頁