How can I replace a simbol in a String for a gameObject?

I’m trying to place a input field in a particular place of a string. Let’s say I have “There are many ----- (people) as cellphones.” I want to put an input field in the underscores, so people can write the right answer in the input. Any help please.

Use string.Replace(“_”, "keyword ")