SyntaxFix
Write A Post
Hire A Developer
Questions
matcher.find() does what you needed. Example:
matcher.find()
Pattern.compile("stores.*store.*product").matcher(someString).find();