国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

regexes

regexes

 英

  • 網(wǎng)絡(luò)正則表達(dá)式

例句

Commonly referred to as regexes, regular expressions are a feature of nearly all modern programming languages.

正則表達(dá)幾乎所有現(xiàn)代編程語(yǔ)言共有特性之一通常簡(jiǎn)稱regexesregex復(fù)數(shù)RegularExpression簡(jiǎn)稱)。

To help you catch runaway backtracking early, always test your regexes with long strings that contain partial matches.

幫助早日把握回溯失控總是包含特殊匹配長(zhǎng)字符串測(cè)試表達(dá)

Since JRuby aims to be a compatible implementation of Ruby 1. 8. x (or future versions), it's necessary to support the same Regexes.

由于JRuby目標(biāo)成為Ruby1.8.x(以后版本兼容實(shí)現(xiàn)因此必要支持同樣表達(dá)

Regexes are not always the best tool for the job, especially when you are merely searching for literal strings.

表達(dá)并不總是完成工作最佳工具尤其當(dāng)只是搜索一個(gè)文本字符串時(shí)

However, this proved too complex with long regexes (it was difficult to decide how the group elements related to the regex).

但是實(shí)踐證明對(duì)于長(zhǎng)表達(dá)這樣復(fù)雜很難確定group元素表達(dá)關(guān)系)。

Using a concise shorthand, regexes describe the form of data and decompose it.

使用簡(jiǎn)明簡(jiǎn)寫方式regex說(shuō)明數(shù)據(jù)格式分解數(shù)據(jù)

As introduced in Part 1, regexes are one of the most powerful tools for manipulating data.

第1部分regex處理數(shù)據(jù)強(qiáng)大工具之一

Regexes in Scala should contain no surprises if you've used them in other programming languages.

如果已經(jīng)其它編程語(yǔ)言使用表達(dá)那么Scala應(yīng)該不會(huì)感覺驚訝

Since the fields have a fixed length, the regexes are simple, taking the form . {5}, which means "any character, repeated five times. "

因?yàn)?/c>字段長(zhǎng)度固定表達(dá)非常簡(jiǎn)單采用.{5}這樣形式含義任意字符重復(fù)5”。

The important thing is to avoid repeatedly recompiling regexes within loops.

重要避免循環(huán)重復(fù)編譯表達(dá)

You can concatenate and combine the primitives in Table 1 (and other operators) and use them in combination to build (very) complex regexes.

可以連接結(jié)合1基本操作以及其他操作符進(jìn)行組合來(lái)構(gòu)建非常復(fù)雜regex

Now I delve more deeply into regexes and look at a handful of advanced operators and recipes.

現(xiàn)在深入地研究regex查看一些高級(jí)操作符處理方法

When used with care, regexes are very fast.

小心使用表達(dá)非常

Regexes can remember what's been matched with capture.

Regex可以記住capture匹配內(nèi)容

Just because two regexes match the same text doesn't mean they do so at the same speed.

兩個(gè)表達(dá)匹配相同文本并不意味他們具有同等速度

Think about the kinds of strings that your regexes will nearly but not quite match, and include those in your tests.

針對(duì)表達(dá)構(gòu)思一些近似不能完全匹配字符串他們應(yīng)用測(cè)試

Make your regexes portable with character classes

字符實(shí)現(xiàn)移植regex

熱門查詢