Sometimes, special characters inside a string may need to be escaped. For instance, if you want to include a literal single quote within a single-quoted string, you should escape it with a backslash.
Help me!<BR><BR>I have a collection of data (conf file from a firewall).. I need to parse out a certain parts drop them into an array, and then put the rest of the string in it's own ...