I am trying to search a string \'Test^\' in another string \'test1 Test2 Test^ test\'. I find that
re.search(r\'\\bTest\\^\\B\', \'test1 Test2 Test^ test\')