main
Tran Hau 2020-05-01 20:39:11 +07:00
parent e7aa24aa5e
commit 11119df78f
1 changed files with 4 additions and 3 deletions

View File

@ -29,6 +29,7 @@ Read [Golang-Regex-Tutorial](https://github.com/StefanSchroeder/Golang-Regex-Tut
| `(?:x|y)` | `x` or `y` expression wrap in `()` |
| `(?flags)` | set flags within current group |
| flag | meaning |
| `i` | case-insensitive |
| `s` | `.` match `\n` |
| flag | meaning |
| ---- | ---------------- |
| `i` | case-insensitive |
| `s` | `.` match `\n` |