FTS matching an exact word of a format "aaaa:100@143"

Hi, this is not Python is PHP

   $airSearchString = str_replace(
                            ':',
                            '\:',
                            $searchConfig['searchString']
                        );

it is the equivalent of:

new MatchSearchQuery("aaa\:123@123")->field("modelAIR")->boost(5);