18.01.2012, 22:26
I want to use strfind in order to determine if a string has HEX color codes in it- that way I don't log the HEX codes. I know strfind returns the position of what I searched for (in this case, it would be an opening bracket ( { )). What if there are multiple values of the string I searched for (i.e. the opening bracket). Will it also return the position of those too?
If you have a better way to do this, please let me know.
If you have a better way to do this, please let me know.