正则表达式修饰符:[T-e]

在文本 "Welcome to W3School" 中,有多少个字母在大写 "T" 和小写 "e" 之间?

6

匹配到的位置如下:

##l#om# to #3S#hool

(每个匹配项被替换为 # 字符)