Don't get waited result : error or detail into regexp ?
A powerful and fast search tool using regular expressions
Brought to you by:
steveking
Hi,
I don't get the waited result on a regexp directory exclusion.
The need : find into a large dir
the files which contains : the string "trebly"
which path contain the string : "\wp-content\plugins\w4-post-list\inc"
This is translated in excluding files anwering to the regex : /^((?!\wp-content\plugins\w4-post-list\inc).)*$/
There are 308,880 files into the dir and only near 20 not to skip.
Even "include subfolders" is marked the treatment ends quickly skipping the 7 files of the root to seek : "E:\WordPress-OVH"
Files to search "trebly" are like :
E:\WordPress-OVH\WP3-01-422-B50525\WP3-01\wp-content\plugins\w4-post-list\inc\admin-docs.php
I join a hardcopy of the whole parameters and results
Something is wrong but where ?
Best regards
Trebly