regex match string 在 regex, match a substring within a string - Stack Overflow 的評價 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. ... <看更多>