THE REGULAR EXPRESSION - 한국어로 번역

[ðə 'regjʊlər ik'spreʃn]
[ðə 'regjʊlər ik'spreʃn]
정규식
regular expression
regex
정규 표현식
regular expression
regex
regular expression
the regular expression

영어에서 The regular expression 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Determine whether the regular expression pattern occurs in the input text by calling the Regex. IsMatch method.
IsMatch 메서드를 호출하여 입력 텍스트에서 정규식 패턴이 발생하는지를 확인합니다. Determine whether the regular expression pattern occurs in the input text by calling the Regex. IsMatch method.
The following example uses the regular expression pattern\d+ to match a sequence of one or more decimal digits in the input string.
다음 예제에서는 \d+ 정규식 패턴을 사용하여 입력 문자열에서 하나 이상의 숫자가 연속적으로 표시된 부분을 찾습니다. The following example uses the regular expression pattern \ d + to match a sequence of one or more decimal digits in the input string.
Because the beginning of the input string matches the regular expression pattern, the first array element contains String.
입력 문자열의 시작 부분이 정규식 패턴과 일치 하기 때문에 첫 번째 배열 요소는 String.
The following example uses the regular expression pattern[a-z]+ to split an input string on any uppercase
다음 예제에서는 정규식 패턴 [ a - z ] + 대문자 나
Regex object in. NET. At a minimum, processing text using regular expressions requires that the regular expression engine be provided with the following two items of information.
정규식을 사용하여 텍스트를 처리하려면 최소한 정규식 엔진이 다음과 같은 두 가지 정보 항목과 함께 제공되어야 합니다.
If you disable time-outs by specifying InfiniteMatchTimeout, the regular expression engine offers slightly better performance.
InfiniteMatchTimeout를 지정 하 여 제한 시간을 사용 하지 않도록 설정 하는 경우 정규식 엔진은 약간 더 나은 성능을 제공 합니다.
There is more information in the regular expression chapters, covering the new features from Perl 5.10.
L 정규표현식 장에서 펄 5.10의 새로운 특징들을 포함하는 더 많은 정보가 있습니다.
These functions are used to apply the regular expression encapsulated in a regex to a target sequence of characters.
알고리즘 이 함수는 regex로 캡슐화된 정규표현식을 목표 문자열 시퀀스에 적용하는데 사용합니다.
In the following example, the regular expression is defined in replace and includes the ignore case flag.
다음 예제에서 정규식은 replace()에 정의되며 대문자 무시 플래그를 포함합니다.
If the regular expression has a syntax error or another fatal error occurs,
정규식이 구문 오류를 가지거나 다른 심각한 오류가 발생하는 경우,
The regular expression support is based on Henry Spencer's POSIX 1003.2.
CUBRID는 Henry Spencer가 구현한 정규 표현식을 사용하며, 이는 POSIX 1003.2 표준을 따른다.
If the regular expression does not include the g flag,
정규식에 g 플래그가 포함되어있지 않으면,
If the regular expression does not include the g flag,
정규식에 g 플래그가 포함되어있지 않으면,
Figure out how to rewrite the regular expression for time so that it matches a more a general time format.
더 일반적인 시간 형식과 일치하도록 시간에 대한 정규 표현식을 다시 작성하는 방법을 찾아보세요.
You can now select Onigmo as the regular expression engine in addition to Boost. Regex.
Boost. Regex를 포함하여 이제 Onigmo를 정규 식 엔진으로 선택할 수 있습니다.
Use the constructor function when you know the regular expression pattern will be changing,
정규식 패턴이 바뀌는 것을 알거나 패턴을 잘 모를때, 사용자 입력과 같이
For example the regular expression/ adv(?!ice)/ will block adv and advert and advertisement but not advice- something you couldn't have done with simple wildcards.
예를 들어 때때로 단순한 와일드 카드 문자로 정교하게 차단하지 못 하는 상황에서 정규 표현식 / adv ( ? !ice)/ 는 adv 와 advert, advertisement 는 차단하지만 advice 는 차단하지 않습니다.
matches before a newline. foo matches both'foo' and'foobar', while the regular expression foo$ matches only'foo'.
foo는 'foo'와 'foobar'를 모두 일치시키는 반면, 정규식 foo$는 'foo' 만 일치합니다.
Use the constructor function when you know the regular expression pattern will be changing, or you don't know the pattern and are getting it from another source,
Regular expression패턴이 계속 변한다거나 아니면 regular expression 패턴이 어떻게 될지 모를때(예를 들어 패턴을 user input처럼 다른 곳에서 받아올때)
a regular expression match, Django calls the specified view function, with an HttpRequest object as the first argument and any"captured" values from the regular expression as other arguments.
HttpRequest 객체를 첫번째 인수로 하고, 정규표현식에서 "잡힌" 값들을 나머지 인수로 하여 특정한 view 함수를 호출합니다.
결과: 52, 시각: 0.0532

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어