Search found 1 match
- Wed Mar 11, 2026 9:35 am
- Forum: Developers
- Topic: Search box with regex
- Replies: 3
- Views: 13509
Re: Search box with regex
This is my case (not helps you): If i want to find any subdomains, like: Japan.bankplus.com, Russia.bankplus.com, i'm using this: from:*".bankplus.*" 1) The first asterisk (*) must be outside the quotation marks 2) The second asterisk (*) must be at the end of the word and before the clos...