str = '£35,000 per year' # check for '£' character in the string '£' not in str # >> False '£' in str # >> True