毎回使える便利な正規表現→目次の無駄な空白スペースを右インデントタブに置き換える(章のうしろ)

下の原稿の黄色い箇所が、

  • 全角スペース
  • 半角スペース
  • タブ

で入り乱れています。

これをタブで統一します。

検索文字列 → (?<=章)[\t~(] ※★は半角スペースです。

置換文字列 → \t

ひとつのタブで統一されました。

この正規表現は、何度も使いまわせます。

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA



Warning: Undefined array key "images" in /home/typeface/dtp.to/public_html/design44/wp-content/plugins/comment-image/plugin.php on line 95

Optionally add an image (JPEG・JPG・GIF・PNG only)


Warning: Uninitialized string offset 0 in /home/typeface/dtp.to/public_html/design44/wp-includes/class-wp-query.php on line 3863