|
|
Browse by Tags
All Tags » quotes
-
-
I'm editing an old bookmarks.html file in Dreamweaver to prep it before I import the bookmarks back into Firefox. An example bookmark would look like this:
<DT><A href="http://isohunt.com/" ADD_DATE="1125111393" LAST_VISIT="1207867025" ...
-
The problem:
Peachtree 2008 exports CSV data and does not escape double quotes inside double quotes. When I import the CSV into MySQL it splits up the fields incorrectly and creates problems with some rows.
I'm trying to build a regular expression to remove the double quotes that appear inside of a field with double quotes.
Example ...
-
Hi,
I'm using C# 2.0 on Visual Studio 2005.
I need a regular expression to parse a string with multiple filenames, filepaths, directories and whatnot and separate them. Filepaths often have spaces, so quotes are used to delimit them. There are some invalid characters in a file path, but for this particular application, there's no need to ...
-
Hi,
I am using PHP 5.2.1 and I have to implement a layer of abstraction into a user supplied SQL query. The user does not know the actual column names (let's call them "SQL columns"), but can use "easy" names for them (let's call them "PHP columns"):
I get a SQL where clause in the form of:
WHERE phpcol1 ...
|
|
|