Pattern string match的意思|示意
模式字符串匹配
Pattern string match的网络常见释义
模式串查找 ... Longest decreasing subsequence - 最长递减子序列 Pattern string match - 模式串查找 Permutation - 全排列 ...
Pattern string match相关例句
You can search for strings in vi using the / command, specifying the pattern to match either as a literal string or as a regular expression.
在 vi 中,可以使用 / 命令搜索字符串,这需要以字面字符串或正则表达式的形式指定要匹配的模式。
Within a specified input substring, replaces a specified maximum number of strings that match a regular expression pattern with a specified replacement string.
在指定的输入子字串内,使用指定的取代字串来取代符合规则运算式模式的指定最大字串数目。
If the pattern does not match the version string pattern, a status message is created.
如果模式与版本字符串模式不相匹配,那么就会创建一条状态信息。
Regular expressions are used to specify string patterns. You can use regular expressions whenever you need to locate strings that match a particular pattern.
正则表达式是一个由字符构成的串,它定义了一个用来搜索匹配字符串的模式。
Within a specified input string, replaces all strings that match a regular expression pattern with a specified replacement string.
在指定的输入字串内,使用指定的取代字串来取代符合指定之规则运算式的所有字串。
Rather than determining if a string matches a pattern, it is sometimes desirable to extract every match.
并非确定字符串是否与模式匹配,它有时需要提取每个匹配项。