This Regular expression filter search support
Regex Filter Toggle Using Ctrl+Alt+R
Windows : CTRL+ALT+R
OSX : CTRL+OPTION+R
Support Regular Expression Search.
There is a generator button at the bottom of the panel.
Useful regular expressions can be checked.
You can modify the regular expression in the InputBox.
You can make changes to the generated regular expression
Character ^ matches the beginning of the line.
ex) /^[\w]{1,10}/g
=> /[\w]{1,10}/g
ex) /[\w]{1,10}/g
=> /[\w]{3,5}/g
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.