|
-
Oct 18th, 2010, 05:33 PM
#1
Thread Starter
Frenzied Member
[RESOLVED] Fastest way to parse text for fields
What would be the fasted method of get a string list of all values within [] in a string of text? For example:
Hi [client_name], are you are doing today? My name is [my_name].
The list of strings would be:
client_name
my_name
Just to be clear, I do not know beforehand what the values are between the brackets, it can be anything and any number of them.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|