The translation is temporarily closed for contributions due to maintenance, please come back later.
The translation was automatically locked due to following alerts: Could not update the repository.
English Japanese
Uncomment code コードのコメントを解除する
Auto format code 自動フォーマットコード
Expand/Collapse code block コードブロックを展開/折りたたみ
Find 探す
Find next 次を探す
Find previous 前の検索
Find and replace 検索と置換
Find and replace all 全ての検索して置き換える
XSLT Mapping XSLTマッピング
XSLT stylesheet XSLTスタイルシート
The entered data is not a valid XSLT style sheet. 入力されたXSLTスタイルシートの形式が不正です。
Regular expressions 正規表現
Replace 置換
Remove regex 正規表現の削除
Add regex 正規表現の追加
These filters can be used to transform keys using regular expressions. これらのフィルタは、正規表現を使用してキーを変換するために使用できます。
Example 1: Search = '^jira:' / Replace = '' turns 'jira:element' into 'element'. 例1: Search = '^jira:' / Replace = '' turns 'jira:element' into 'element'.
Example 2: Search = '^' / Replace = '_' turns '16x16' into '_16x16'. 例2: Search = '^' / Replace = '_' turns '16x16' into '_16x16'.
For information about regular expressions in Perl please see here: Perlでの正規表現についての情報は、こちらをご覧ください:
Perl regular expressions tutorial Perl正規表現のチュートリアル