kindly help me search a string for 'TAB' (ASCII 9) in a string.

for example string s = "123 abc". as you can see there is space between 123 and abc, and that space is created by the tab button.

how do i search for this tab button? s.find(??????)