D
Deleted member 156403
Guest
Right guys here is my problem, I am trying to make a autospinner using a database of words to match agasint words in a string.How can i add brackets around each word within a string along with the | and the opposite word..
for example if I have a var called theString with the string "Hello world my name is mintuz" How could I add { } around each word along with the or bracket and a possible word read from the database. so it reads...
"{Hello | Hi} {world | Univerise} {my} {name | ID} {is | may be } {mintuz}"
for example if I have a var called theString with the string "Hello world my name is mintuz" How could I add { } around each word along with the or bracket and a possible word read from the database. so it reads...
"{Hello | Hi} {world | Univerise} {my} {name | ID} {is | may be } {mintuz}"