Batch replace markdown documents / マークダウン文書の一括置換 #7180
-
Workaround for: |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
WIP: Example script for mongo shell |
Beta Was this translation helpful? Give feedback.
-
Example (WIP)
|
Beta Was this translation helpful? Give feedback.
-
(日本語のマニュアルは下の方にあります) Migration of page body (English)
Usage
Variables
Environment variablesRequired
The value of
Optional
※The AdvancedBy creating a function in The following function replaces the string module.exports = [
(body) => {
var fooRegExp = /foo/g; // foo regex
return body.replace(fooRegExp, 'bar'); // replace to bar
},
]; By passing
ページ本文のマイグレーション (日本語)
利用例
必要な変数
環境変数Required
Optional
※ 応用
以下の関数では、 module.exports = [
(body) => {
var fooRegExp = /foo/g; // foo regex
return body.replace(fooRegExp, 'bar'); // replace to bar
},
]; 環境変数の
|
Beta Was this translation helpful? Give feedback.
-
仕様変更になってしまうけれど、「 |
Beta Was this translation helpful? Give feedback.
-
BATCH_INTERVAL に関しては但し書きを付けよう。
|
Beta Was this translation helpful? Give feedback.
(日本語のマニュアルは下の方にあります)
Migration of page body (English)
Usage
Variables
Environment variables
Required