Both lines use regular expressions.
两行都使用了正则表达式。
You use regular expressions to implement the mask.
您要使用正则表达式来实现该蒙版。
Many UNIX commands use regular expressions as arguments.
大量UNIX命令使用正则表达式作为参数。
At the command line, you'll find many ways to use regular expressions.
在命令行中,可以采用许多方法使用正则表达式。
We can use regular expressions to express patterns that we may find in the text.
可以使用规则表达式来表示可能会在文本中发现的模式。
You can use regular expressions to be even more explicit with EasyMock.matches .
还可以通过EasyMock . matches使用更显式的正则表达式。
The rewriting rules can use regular expressions to allow for powerful rewriting rules.
重写规则可以使用正则表达式来实现功能强大的重写规则。
Sure, you could use regular expressions or String searches, but that would be too much work.
当然,您可以使用常规表达式或String搜索,但所需的工作量太大。
Use regular expressions at the client and at the server to facilitate a consistent validation model
在客户机和服务器上使用正则表达式以维护一个统一的验证模型;
How to use regular expressions (string patterns), enumerations, unions, lists, and substitution groups?
如何使用正则表达式(字符串范式)、枚举、联合、列表以及置换组?
But it was easier to use regular expressions instead to crack the individual segments from the XML code.
但是使用正则表达式比从XML代码中分解单独部分更加简单。
The Perl 6 grammars use regular expressions in rules, and then those rules can be used inside other rules.
Perl6语法在规则中使用正则表达式,然后可以将这些规则用于其他规则之中。
In order to use regular expressions efficiently, it's important to understand how they work their magic.
为了有效地使用正则表达式,重要的是理解它们的工作原理。
You can use regular expressions to search for patterns in a string, replace text, and extract substrings.
您可以使用规则运算式来搜寻字串中的模式、取代文字,以及撷取子字串。
To use regular expressions, you must use the prefix ~* for case insensitive match and ~ for case sensitive match.
如果使用正则表达式,你必须使用~*前缀选择不区分大小写的匹配或者~ 选择区分大小写的匹配。
Much of this information is formatted in such a way that a program can use regular expressions to find information in it.
许多信息都表示为程序可以用正则表达式找出信息的格式。
The following example show you how to use regular expressions to extract concepts such as coordinates and areas from text.
下面的示例演示如何使用正则表达式从文本中提取出坐标和面积等概念。
Don't use regular expressions to read XML that comes directly from users; you don't control the form or structure of that XML.
不要用正则表达式读取直接来自用户的XML,因为无法控制这类XML的格式或结构。
As for regular expressions, remember that old saying that goes: "you had a problem and you tried to use regular expressions to solve it."
对于正则表达式,请记住一句老话:“您有一个问题,用正则表达式解决。”
You can use regular expressions to declare the name of the class; for instance, Hello* traces any classes with names starting with Hello.
可以用正则表达式声明类的名称,例如Hello*会跟踪所有以 Hello开头的名称。
OQL queries can also invoke methods on the objects themselves, use regular expressions as part of the query, and use built-in query tools.
OQL查询同样可以调用对象的方法,将正则表达式作为查询的一部分,并使用内置查询工具。
Any database could use regular expressions, and I recommend that you experiment with these functions to find new and even more creative USES.
任何数据库都可以使用正则表达式,我建议您对这此函数进行试验以便发现新的、甚至更具创造性的用途。
Unfortunately, the abstraction is leaky: in my ZIP code validator, for example, I would have liked to use regular expressions to perform the check.
不幸的是,抽象是有漏洞的:例如,在我的ZIP代码验证器中,本想使用正则表达式执行检测。
Regular expressions are used to specify string patterns. You can use regular expressions whenever you need to locate strings that match a particular pattern.
正则表达式是一个由字符构成的串,它定义了一个用来搜索匹配字符串的模式。
You can use regular expressions to limit which characters are allowed and to be more specific (for example, you can often limit even further what the first character can be).
您可以使用正则表达式来更为详细地限制所允许的字符串(例如,您可以进一步指定第一个字符可以是哪些字母)。
Use regular expressions for more complex filtering (an asterisk (*) is always added to the beginning and end of the filter string, so there's no need to add wildcards for simple strings).
对更复杂的过滤使用正则表达式(过滤字符串的开头和末尾总是添加一个星号 *,因此没有必要为简单的字符串添加通配符)。
That alone is almost worth the price of admission if you're new to regular expressions or if you use advanced regular expression features.
不管您是常规表达式的新手还是已经开始涉足高级常规表达式特性,这点购买的投入都是很值得的。
At this point, the main application is set up to use the "translated" regular expressions.
至此,主应用程序已经可以使用“翻译”好的正则表达式了。
Routes make use of regular expressions for pattern matching, and are expressed using XML.
路由在模式匹配时使用正则表达式,并且使用XML表示。
Routes make use of regular expressions for pattern matching, and are expressed using XML.
路由在模式匹配时使用正则表达式,并且使用XML表示。
应用推荐