FString search algorithms

Replace method is for fixed string search. If you need search by a specific algorithm, Regex(FRegexMatcher in UE) may could help you.