You should remove the ^ / $ anchors, and you need no | inside the character class if you do not need to match a literal | with the regex: \d_[a-zA-Z]+_test.
確定! 回上一頁