1.5 content search not use regex
1.5 content search not use regex
.txt regex:content:"abc.*" use this search expression,why regex".*" matching is the string '.*', not matching any characters?
Re: 1.5 content search not use regex
What is your exact search?
Please make sure there's a colon after regex.
For example:
.txt regex:content:".*"
Please make sure there's a colon after regex.
For example:
.txt regex:content:".*"
Re: 1.5 content search not use regex
I apologize for the confusion. While regular expressions can be used to search for patterns in .txt files, it appears that the search engine does not support regular expression searches for the contents of .mas files, despite them being text files.
Re: 1.5 content search not use regex
There might be an iFilter getting in the way.
Please try the following search:
*.mas regex:text-plain-content:.*
text-plain-content:
To view the content Everything is reading, please try the following search:
*.mas regex:text-plain-content:(.*) addcolumn:regmatch1
Content is shown in the regmatch1 column.
text_plain_extensions
Please try the following search:
*.mas regex:text-plain-content:.*
text-plain-content:
To view the content Everything is reading, please try the following search:
*.mas regex:text-plain-content:(.*) addcolumn:regmatch1
Content is shown in the regmatch1 column.
text_plain_extensions