Replies: 1 comment
-
Regex queries -> Create new regex query -> What is regular expression? -> See more info -> Click on link. There you will find "Regular Expression Options" section with all needed info. For example, the case insensitive regex query for "microsoft" will be "(?i)microsoft". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can i write a regex with flag /i (case insensitive) in the text field of the regex query tool (not the toolbar searchbox)? i'm struggling with results ...
For example if i type a regex like microsoft|apple in regex field i cant find articles with "Microsoft" word. If i type something like /microsoft/i i have no results.
thank you
Beta Was this translation helpful? Give feedback.
All reactions