I want to make the string dynamically using user input then i want to loop this to the list of first name
for example:
I have a list of this firstname
let firstnameList = ["Jan", "Mark","Doe"]
then i have this message from user input
example GUI:
let message = "Hello {firstname}"
then the {fistname}
in the string will be replace by the names on the list
example output
message = Hello Jan
message = Hello Mark
message = Hello Doe
question from:
https://stackoverflow.com/questions/65839060/how-to-make-the-string-dynamically-depending-in-the-list 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…