Top "Parsing" questions

Parsing refers to breaking an artifact into its constituent elements and capturing the relationship between those elements.

How do you parse and process HTML/XML in PHP?

How can one parse HTML/XML and extract information from it?

php xml parsing xml-parsing html-parsing
JSON response parsing in Javascript to get key/value pair

How can I get the name and value of each object in Javascript only?

javascript json parsing
How to strip all non-alphabetic characters from string in SQL Server?

How could you remove all characters that are not alphabetic from a string? What about non-alphanumeric? Does this have to …

sql-server parsing user-defined-functions alphanumeric alphabetic
Safe String to BigDecimal conversion

I'm trying to read some BigDecimal values from the string. Let's say I have this String: "1,000,000,000.999999999999999" and I want to …

java parsing bigdecimal
How to parse XML using vba

I work in VBA, and want to parse a string eg <PointN xsi:type='typens:PointN' xmlns:xsi='http://…

xml vba parsing xml-parsing
How can I read and parse CSV files in C++?

I need to load and use CSV file data in C++. At this point it can really just be a …

c++ parsing text csv
Get url parameters from a string in .NET

I've got a string in .NET which is actually a url. I want an easy way to get the value …

c# .net url parsing parameters
How can I fix MySQL error #1064?

When issuing a command to MySQL, I'm getting error #1064 "syntax error". What does it mean? How can I fix it?

mysql parsing syntax syntax-error mysql-error-1064
How do I parse a string with a decimal point to a double?

I want to parse a string like "3.5" to a double. However, double.Parse("3.5") yields 35 and double.Parse("3.5", System.Globalization.NumberStyles.…

c# string parsing double
Pandas read_csv low_memory and dtype options

When calling df = pd.read_csv('somefile.csv') I get: /Users/josh/anaconda/envs/py27/lib/python2.7/site-packages/pandas/io/…

python parsing numpy pandas dataframe