a11y.skipToMainContent
1

SQL Regex 테스터

다른 데이터베이스 방언을 통해 샘플 데이터에 대한 SQL REGEXP 패턴을 테스트합니다. 각 방언이 다른 패턴을 해석하는 방법을 참조하십시오.

SQL Regex Tester
Test Strings (one per line)
More options
Was this tool helpful?
Send output to:
Advertisement

How to use SQL Regex Tester

  1. REGEXP 패턴을 입력하십시오.
  2. 테스트 문자열 추가 (라인당 1).
  3. 각 SQL 방언에 대한 일치보기.
  4. 데이터베이스의 동작 차이를 비교합니다.

SQL 정규식 테스터은 무엇입니까?

A SQL regex 테스터는 다른 SQL 데이터베이스에서 동작하기 때문에 정규식 패턴을 테스트 할 수 있습니다. 각 데이터베이스 엔진 (MySQL, PostgreSQL, SQLite, MSSQL)는 약간 다른 regex 문법과 행동을 가지고 있습니다.

이 도구는 모든 4 개의 방언을 동시에 수행하는 방법을 보여줍니다, 일치하는 행동의 차이를 강조. cross-database 호환 쿼리를 작성할 수 있습니다.

Advertisement

FAQ

왜 결과가 데이터베이스와 다릅니다?
각 데이터베이스는 다른 구문과 다른 regex 엔진을 사용합니다. 예를 들어, MySQL은 Henry Spencer의 regex를 사용하고 있으며 PostgreSQL은 POSIX regex를 사용합니다.
LIKE 패턴을 테스트 할 수 있습니까?
예 - 도구는 LIKE와 REGEXP/RLIKE 패턴 문법을 모두 지원합니다.

Related tools

Author

MW
Marcus Webb"The DevTool Craftsman"

Full-Stack Developer & Tools Architect

Marcus has been writing code since the dial-up era. He has contributed to open-source developer tools, built CI/CD pipelines for startups, and debugged production incidents at 3 AM more times than he would like to admit. His philosophy is that the best developer tool is the one that gets out of your way, and he writes about practical tooling that helps teams ship faster with fewer headaches.

Advertisement