commit 44271c5191c8abb5c0a969b4c66f0a36713501cc parent 7666e841b0ff55ab051a72ba457517fe52db402e Author: Samuel Walladge <samuel@swalladge.id.au> Date: Mon, 23 Jan 2017 14:27:50 +1030 add regex flags info to readme Diffstat:
M | README.md | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -194,6 +194,13 @@ example: /tag:tag1 tag:tag2 word1 "word2 word3" tag:tag3 ``` +Regular expression searching also supports the use of flags (currently only case-insensitive) by adding a final forward +slash followed by the flags. The following example will do a case-insensitive search for `something`: + +``` +(regex) /something/i +``` + ### Importing