코드, 데이터 및 QR 도구

Regex Memo

「Regex Memo」는 코드, 데이터 및 QR 작업을 위한 브라우저 도구입니다. 입력과 결과는 일반적으로 이 기기에서 처리되며 가입이 필요하지 않습니다.

브라우저에서 로컬 처리가입 불필요개인정보 안내 ↗

사용 방법

사용 방법

  1. Choose a category or search by a term such as “email”, “digits”, or “word boundary”.
  2. Review the pattern and its plain-English explanation.
  3. Copy the pattern you need; all filtering and copying happen in your browser.

A compact English reference

The memo focuses on patterns you can reuse in everyday validation, extraction, and search tasks. Each entry includes a short explanation and an example where it helps.

Patterns are starting points

Regular-expression behavior depends on the engine and flags you use. Test a copied pattern against representative input before relying on it in production.

자주 묻는 질문

더 알아보기

Does this execute regular expressions?

No. It is a reference and copy tool; it does not send text anywhere or run a pattern against your data.

Which regex flavor is shown?

Patterns use common JavaScript-style syntax unless an entry says otherwise. Check your target engine for differences.

Can I use the patterns commercially?

Yes. They are short reference examples; adapt and test them for your own application.