|
regular expression
|
|
【计】 正则表达式; 正规表达式
|
分类:
|
详细解释:
|
|
以下为句子列表:
英文: It creates a database from regular expression rules that it finds in a configuration file, and once this database is initialized, it can be used to verify the integrity of critical system, and user files.
中文: 它通过读取配置文件中的一系列正则表达式来建立一个数据库,当数据库初始化后,就可以用来对关键系统文件和一些用户自定义文件的完整性进行校验了。
更详细...
英文: Replaces each substring of this string that matches the given regular expression with the given replacement.
中文: 只有两个参数,第一个参数是要进行匹配的子串,第二个是替换串。
更详细...
英文: This form of the regular expression is a little shorter (though not any more readable). The big question is, is it any faster?
中文: 这样的正则表达简短一些(虽然不那么直观可读性不太好)。核心问题是,是否能加快速度?
更详细...
英文: This program is designed to take a regular expression and produce a graph of the state machine that is used to parse the regular expression.
中文: 这个程序旨在接收一个正则表达式并产生一个状态机的时序图,状态机用来分析正则表达式。
更详细...
|
|
|
|