Android Studio and regex search (find more words)

Solution 1:

Regex search seems to be fully ported to Android Studio. I have been using it for the last 2 weeks, and so far faced no issues with it.

For those who would like to use regex search for "2 terms in 1 file", they can use the following form Term1[\w\W]*Term2