Hello. I have a case when I apply style for user input text like this: "Hello mr \(userInput)\!". It can be clearly seen, that I want make bold text from user input. But if user input contains < and something else after that sign, .style method detect this like tag too and \\ breaks down. So, is it possible to ignore tags from user input in that case? TY in advance
P.S. Sorry for my terrible English :)
Hello. I have a case when I apply style for user input text like this: "Hello mr \(userInput)\!". It can be clearly seen, that I want make bold text from user input. But if user input contains < and something else after that sign, .style method detect this like tag too and \\ breaks down. So, is it possible to ignore tags from user input in that case? TY in advance P.S. Sorry for my terrible English :)