Change text inside variable

Hello guys i want to ask if there’s a option to auto-change the text inside variable for example
( Hello my name is {NAME}, how are you {PlayerName} ) whenever there’s a text which contains text {NAME} or {PlayerName} to be auto switched to variable ?
Don’t have to be a Text, can be - String, Name etc…
is there any possible option how to create that ?

Hello!

Use Format Text node!
You can specify words, singular/plural and gender.

UE documentation : Text Localization in Unreal Engine | Unreal Engine 5.1 Documentation

Tutorial : WTF Is? Text- Format Text in Unreal Engine 4 - YouTube

Hope it helps!

And look into select node, combining it with FormatText will take you far.