Richtext Object (or other text object) wildcard parsing? Still no luck.
I've been trying to find a way to find/replace text from user-created tags within a text source. As of now, the only way I can pull this off is by having preset fields that can be used. Is it not possible to use any sort of wildcard for this?
What I'm doing is having the user create a text document, inserting <tags> into it as they go. When the document is loaded again later, the <tags> are parsed out of it, presented to the user, then swapped with a new string which the user supplies. These are done one at a time.
Example:
"This is a <blank 1> of what I'm trying to <blank 2>"
The user is then presented with: "Blank 1" and and asked to provide a new string, which is then inserted into the spot where <blank 1> is. The same then happens for <blanks 2>.
If anyone has any input, I'd be grateful as all hell. I've scoured the forums and tried quite a few solutions. Nothing has worked . :o