Re: using the string functions (ex. find()) on a multi-symbol string

2008-06-17 Thread John Machin
On Jun 18, 7:12 am, korean_dave <[EMAIL PROTECTED]> wrote: > How can i use the find() function on a string that is composed of tons > of symbols that cause errors... > > THis is my string: > > find(" type="text/css">p, li { white-space: pre-wrap; } style=" font-family:'MS Shell Dlg 2'; font-size:8.

Re: using the string functions (ex. find()) on a multi-symbol string

2008-06-17 Thread John Machin
On Jun 18, 7:12 am, korean_dave <[EMAIL PROTECTED]> wrote: > How can i use the find() function on a string that is composed of tons > of symbols that cause errors... > > THis is my string: > > find(" type="text/css">p, li { white-space: pre-wrap; } style=" font-family:'MS Shell Dlg 2'; font-size:8.

using the string functions (ex. find()) on a multi-symbol string

2008-06-17 Thread korean_dave
How can i use the find() function on a string that is composed of tons of symbols that cause errors... THis is my string: find("p, li { white-space: pre-wrap; }Connected!","margin") The tough part about this is that the string is dynamically produced. So I can't manually go into the string and e