Skip to content

Commit b736701

Browse files
committed
Update README
1 parent 949ce74 commit b736701

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ For more information, please see [textlint/regexp-string-matcher README](https:/
123123

124124
### Examples
125125

126+
### Match by RegExp
127+
126128
If you want to found `TODO:` text, you can write following:
127129

128130
```json
@@ -140,6 +142,8 @@ If you want to found `TODO:` text, you can write following:
140142
}
141143
```
142144

145+
### Replace the match
146+
143147
If you want to replace `YYYY/DD/MM` to `YYYY-DD-MM` format, you can write following:
144148

145149
e.g. `2000/01/01` will be `2000-01-01` by `textlint --fix`.
@@ -162,6 +166,8 @@ e.g. `2000/01/01` will be `2000-01-01` by `textlint --fix`.
162166
}
163167
```
164168

169+
### Check code texts
170+
165171
If you want to check text in a CodeBlock, you need to enable `forceCode` flag.
166172

167173
```json

0 commit comments

Comments
 (0)