regular expression class的意思|示意
正则表达式类
regular expression class的网络常见释义
正则表达式类 正则表达式类(regular expression class) 这个模板类用于字符串的查询和比较,同时支持MBCS和Unicode。
regular expression class相关例句
When nose looks inside of a test class, it runs methods matching that same regular expression.
当 nose 检查测试类的内部时,它运行与同一正则表达式匹配的方法。
In Listing 14, I've defined an implementing class, called RegexPackageFilter, that applies a regular expression for filtering purposes.
在清单14中,定义了一个名为RegexPackageFilter的实现类,它应用一个正则表达式来进行过滤。
The MatchIterator class is enumerable and handles the regular expression processing.
MatchIterator类是可枚举的,它还处理正则表达式处理过程。
Coming up with the right regular expression and then working with the results of the Matcher class is really all there is to the library.
提出正确的正则表达式,然后使用matcher类的结果,这就是这个模式匹配库要做的全部工作。
In this particular regular expression, we encounter the '[[: space:]]' character class.
在这个特别的规则表达式中,出现了' [[:space:]] '字符类。
The compiler compiles the regular expression into a custom scanner class using reflection emit because the user has requested that the expression be compiled.
由于用户已请求编译表达式,编译器使用反射发出将正则表达式编译为自定义扫描仪类。