🔧
検索と置換
テキストとコード · 無料オンラインツール
正規表現とキャプチャグループ対応の検索と置換。
CoderNewbie チーム
Flags:2 matches
Capture groups
Find (\w+) (fox|dog) → Replace $1 animal ($2)
Use $1, $2… for capture groups, $& for the whole match.
正規表現搭載
柔軟なパターンマッチングと置換に完全な正規表現を使用。
キャプチャグループ
置換で $1、$2 でキャプチャグループを参照しマッチを再構築。
フラグ & ライブカウント
g/i/m フラグを切り替え、パターンを洗練しながらライブマッチ数を確認。
検索と置換の使い方
- 1Enter or paste your text or code into the input area.
- 2Choose the desired operation (format, convert, analyze, etc.).
- 3Click the action button to process.
- 4Copy the result from the output area.
機能と特徴
- ✓完全無料 — 登録不要、サブスクリプションなし、広告なし
- ✓ブラウザ上で完全に動作 — データは端末から送信されません
- ✓高速・軽量 — 即座に結果を表示
- ✓クロスプラットフォーム — デスクトップ・タブレット・モバイル対応
よくある質問
Can I format code in different styles?
Yes, the SQL Formatter and other code tools support multiple formatting options and indentation styles.
Is regex testing case-sensitive?
The Regex Tester supports case-sensitive and case-insensitive matching, along with global and multiline flags.