Top "Parsing" questions

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

How to install beautiful soup 4 with python 2.7 on windows

I have windows vista with Python 2.7. I would like to install BeautifulSoup 4 but apparently I can't install Beautiful Soup just …

python html parsing beautifulsoup
HTML-parser on Node.js

Is there something like Ruby's nokogiri on nodejs? I mean a user-friendly HTML-parser. I'd seen on Node.js modules page …

html parsing node.js nokogiri
What is the easiest way to parse an INI file in Java?

I am writing a drop-in replacement for a legacy application in Java. One of the requirements is that the ini …

java parsing ini
Parse usable Street Address, City, State, Zip from a string

Problem: I have an address field from an Access database which has been converted to Sql Server 2005. This field has …

string parsing sql-server-2005 street-address
IsNumeric function in c#

I know it's possible to check whether the value of a text box or variable is numeric using try/catch …

c# function parsing try-catch numeric
Groovy String to Date

I am coding this with Groovy I am currently trying to convert a string that I have to a date …

string parsing date groovy
Parsing JSON in Java without knowing JSON format

I am trying to parse JSON strings in Java and find the key-value pairs so that I can determine the …

java json parsing jackson
Parsing JSON in Excel VBA

I have the same issue as in Excel VBA: Parsed JSON Object Loop but cannot find any solution. My JSON …

json excel parsing vba object
How to check that a string is parseable to a double?

Is there a native way (preferably without implementing your own method) to check that a string is parseable with Double.…

java string parsing floating-point
Converting a number with comma as decimal point to float

I have a list of prices with a comma for a decimal point and a dot as the thousand separator. …

php parsing floating-point