Hi All,
I am using the .search function.
strValue="XXX"
strTemp1="YYYXXX"
strTemp= strTemp1.search(strValue)
Python is not able to recognise the .search function.
AttributeError: 'str' object has no attribute 'search'
What should I import for this?
Please help!