青年中文青年中文

regular expressions的意思

regular expressions中文翻譯:

正則表達式;正規表示式(regularexpression的復數)

相似詞語短語

expressions───n.[數]表達式;表情;公式;表示式(expression是復數形式)

regular───adj.經常的;定期的;有規律的;合格的;整齊的;普通的;n.(Regular)(以)雷古拉爾(人名);n.常客;正式隊員;中堅分子

regular price───[物價]正常價格

evaluate expressions───表達式求值

trite expressions───陳詞濫調

parenthetic expressions───插入式表達

canons regular───常規佳能

regular season───常規賽;季賽;n.常規賽; [體]季賽

algebraic expressions───[數]代數表達式

雙語使用場景

This example USES regular expressions.───這個例子使用了正則表達式。

Both lines use regular expressions.───兩行都使用了正則表達式。

Regular expressions are complicated.───規則表達式很復雜。

At this point, the main application is set up to use the "translated" regular expressions.───至此,主應用程序已經可以使用“翻譯”好的正則表達式了。

In contrast, the same sort of rules can be described even more tersely using regular expressions.───相比之下,使用正則表達式可以更精練地描述同類規則。

Now imagine trying to understand someone else's regular expressions, in the middle of a critical function of a large program.───現在想想一下,當你嘗試理解他人寫的正則表達式,該表達式在一個大程序關鍵函數的中間。

The point of Perl 5 regular expressions is to say either "look for this, " or "look for this and replace it with that. "───Perl5正則表達式要指明的或者是“尋找此內容”,或者是“尋找此內容,并用另一內容取代之”。

Regular expressions are algorithmically interesting, easy to implement in their simpler forms, and very useful.───正則表達式演算有趣,易於執行的簡單形式,和非常有用的。

With regular expressions, your imagination and ingenuity are virtually the only limits to what you can achieve.───正則表達式幾乎無所不能,也許惟一的限制因素就是您的想象力和創造力了。

英語使用場景

Validation is a very common use of regular expressions, for anything from a phone number to a ZIP code to a custom account number format.

Matcher is used to apply regular expressions to strings or, more accurately, to CharSequences.

In regular expressions, a normal character is an atom that denotes the singleton set of strings containing only itself.

Concatenating two regular expressions creates a longer expression.

The following code example uses regular expressions to look for exact substring matches.

Shows how to use regular expressions in LINQ queries for complex pattern matching on filtered query results.

The syntax uses PRCE (Perl Compatible Regular Expressions), a very powerful way of matching any desired string pattern.

Regular expressions have their roots in computer language theory.

Review the correct regular expression syntax located in the topic "Regular Expressions."