python_regex_search_2.py:
x
 
import re
str = "China is a great country"
x = re.search("USA", str)
print(x)