Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xcode4に拡張子*.ippを追加して、C ++ヘッダーファイルとして扱われるようにする方法はありますか?
ファイルインスペクターを開きます。プロジェクトナビゲータでippファイルを選択します。ファイルインスペクタの[ファイルタイプ]メニューから[C++ヘッダー]を選択します。
この正規表現を使用して、このようなリンクを見つけ、リンクの開始タグと終了タグの間のコンテンツのみに置き換えようとしています。
正規表現:
/<a class="tag_link"[^>]*>([^<]*)<\/a>/mg
サンプルコードで正規表現をテストしましたが、