QRegularExpression 예제
QRegularExpression 예제는 사용자 정의 텍스트 문자열에서 새로운 정규 표현식을 만들고 테스트할 수 있는 환경을 제공함으로써 Qt의 정규 표현식이 텍스트에 어떻게 적용되는지 보여줍니다.
이 예제는 Qt 5.0에 도입된 QRegularExpression 클래스를 사용합니다. QRegularExpression 은 대소문자 구분 없는 일치, 여러 줄 일치, 유니코드 속성 선택기 및 부분/증분 일치와 같은 여러 고급 일치 기능을 지원하는 Perl 호환 정규 표현식을 구현합니다.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.