Because the code listings in this chapter consist primarily of regular expression patterns, testing the examples involves a few steps
이 장의 코드 샘플은 주로 일반 표현식 패턴으로 구성되어 있으므로 예제를 테스트하려면 다음 단계를 수행합니다.
The third edition of the book no longer covers Python at all, but the first edition covered writing good regular expression patterns in great detail.
이 책의 세 번째 버전은 더 이상 파이썬을 다루지 않지만 첫 번째 판은 좋은 정규 표현 패턴을 매우 자세하게 작성했습니다.
The ippgrep sample demonstrates how to use functions that perform matching operations with the Perl-compatible regular expression patterns provided by the Intel Integrated Performance Primitives (Intel IPP) String Domain.
ippgrep 샘플은 인텔 통합 성능 프리미티브(인텔 IPP) 문자열 분야에서 제공되는 Perl 호환 정규식 패턴을 활용하여 일치 작업을 수행하는 함수의 사용 방법을 보여 줍니다.
Regular expression patterns can also be complex, and sometimes cryptic in appearance, such as the following expression to match a valid e-mail address
일반 표현식 패턴은 유효한 전자 메일 주소를 찾는 다음 표현식과 같이 복잡할 수도 있으며 경우에 따라 암호처럼 보일 수도 있습니다.
Other results
Defines a regular expression pattern that must be matched when entering email addresses.
Add lines of code to test the String variables to determine whether they match the regular expression pattern.
String 변수를 테스트할 코드 행을 추가하여 해당 변수가 일반 표현식 패턴과 일치하는지 여부를 확인합니다.
However, when you use the global flag in a regular expression pattern, as in the following example, match() returns an array of matching substrings
하지만 다음 예제와 같이 일반 표현식 패턴에서 전역 플래그를 사용할 경우 match() 메서드는 일치하는 하위 문자열의 배열을 반환합니다.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.