What is the translation of " REGEXP " in Chinese? S

一个regexp

Examples of using Regexp in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
The JavaScript Regexp.
正则表达JavaScript.
First, the regexp engine tries to find a number\d+.
首先,regexp引擎试图找到一个数字\d+。
Get all matches with full information about each one- regexp.
获取所有匹配项的完整信息-regexp.
The regexp/javascript/iy can only be found if we set reg.
Regexp/javascript/iy只有在我们设置reg.
Or calling the constructor function of the RegExp object, as follows:.
或者调用RegExp对象的构造函数,如下所示:.
No regexp engine can guarantee evaluating these in linear time.
没有正则表达式引擎可以保证在线性时间内执行这种匹配。
What is now called the"old" regexp engine uses a backtracking algorithm.
现在所谓的“老”正则表达式引擎使用一种回溯算法。
The regexp g works as intended: it finds"witch" and"broom":.
G如预期工作:它找到了"witch"和"broom":.
Automatically login to BasicAuthentication using data based on URL regexp.
使用基于URLregexp的数据自动登录到基本身份验证。
Some regexp engines can handle that search, but most of them don't.
一些正则表达式引擎可以处理该搜索,但大多数都不行。
Instead, you always use it as RegExp. input or RegExp.$_.
反之,你应始终将其使用为RegExp.input或者RegExp.$_。
The RegExp object cannot be created directly, but it is always available.
RegExp对象不能直接创建,但始终可以使用。
There are 2 ways to create a RegExp object: a literal notation and a constructor.
有两种方法来创建一个RegExp对象:一是字面量、二是构造函数。
There are five reference types: Object, Array, Function,Date and RegExp.
JS有5个引用类型:Object,Array,Function,Date和RegExp
Note that several of the RegExp properties have both long and short(Perl-like) names.
属性注意RegExp对象的几个属性既有长名字又有短名字(象Perl)。
If you need to obtain this information for a global search,you can use RegExp. exec().
如果您需要这些全局检索的信息,可以使用regexp.exec()。
When regexp is a global regular expression, however, exec() behaves in a slightly more complex way.
但是,当RegExpObject是一个全局正则表达式时,exec()的行为就稍微复杂一些。
RegExr is built with Flex 3,and uses ActionScript 3's built in RegExp engine.
RegExr工具使用Flex3构建,以ActionScript3作为内建的RegExp引擎。
ES2018 adds four new features to the RegExp object, which further improves JavaScript's string processing capabilities.
ES2018为RegExp对象增加了四个新特性,进一步提高了JavaScript的字符串处理能力。
If lastIndex is greater than the length of the string, regexp. test and regexp.
如果lastIndex大于字符串的长度,则regexp.test和regexp.
If a non-RegExp object obj is passed, it is implicitly converted to a RegExp by using new RegExp(obj).
如果传入一个非正则表达式对象,则会隐式地使用newRegExp(obj)将其转换为一个RegExp
If you want to obtain capture groups and the global flag is set,you need to use RegExp. exec() instead.
如果你想要获得捕获组,并且设置了全局标志,你需要用RegExp.exec()。
If we need all matches with their groups then we can use RegExp exec method as described in Methods of RegExp and String:.
如果我们需要查找所有的匹配组,那么我们可以使用在RegExp和String的方法中介绍过的RegExpexec方法:.
A Matches collection contains individual Match objects,and can be only created using the Execute method of the RegExp object.
Matches集合中包含若干独立的Match对象,只能使用RegExp对象的Execute方法来创建之。
To find all dashes, we need to use not the string"-", but a regexp/-/g, with an obligatory g flag:.
如果要找到所有的横线,我们不能使用字符串"-",而是regexp/-/g,带上g修饰符。
Because each script runs to completion without interruption in a thread, this assures that differentscripts do not overwrite values of the RegExp object.
因为每个脚本在一个线程中是不可中断的,这就确保了不同的脚本不会覆盖RegExp对象的值。
If we want to get information about match positions anduse parentheses then we should use RegExp exec method that we will cover below.
如果我们想获取匹配项位置的更多信息,并且使用括号,那么我们应该使用下面将要提到的RegExpexec方法。
Until a successful regular expression search has been completed,the initial values of the various properties of the RegExp object are as follows:.
在成功的正则表达式查找完成之前,RegExp对象各属性的初始值如下所示:.
Results: 28, Time: 0.0273
S

Synonyms for Regexp

Top dictionary queries

English - Chinese