Wildcard to find any one or more words
Hello!
Can you help me to solve the following problem.
I need a wildcard that will help me to find in the document both "Austrian trading company" and "Austrian big trading company"
The key words are "Austrian" and "Company" and I need to find any expression which contains up to 5 words between them.
I Know how to do it with one word - "Austrian ([A-z]@>[ ])company"
Is it possible to solve my problem?
Thank you a lot!
|