Top "String-parsing" questions

The action of retrieving data from a string

Get root domain from location.host

There are a lot of SO questions that seem to address variations of this question. But they tend to be …

javascript jquery string-parsing
Convert string representation of keycode to Qt::Key (or any int) and back

I would like to convert a string representing a key on the keyboard to a keycode enum like Qt::Key (…

c++ qt type-conversion string-parsing keycode
Getting domain in AS3

I know how to get the URL of the page, but how can I extract simply the domain and the …

flash actionscript-3 dns string-parsing
strip version from package name using Bash

I'm trying to strip the version out of a package name using only Bash. I have one solution but I …

bash shell string-parsing
Simple Python Temperature Converter

I'm fairly new to programming, and have decided to start with Python as my entry into it. Anyway, I can't …

python python-2.x string-parsing temperature
take the last n lines of a string c#

I have a string of unknown length it is in the format \nline \nline \nline with out know how long …

c# string string-parsing
Grabbing hidden inputs as a string (Using PHP Simple HTML DOM Parser)

So I have a form that has 4 inputs, 2 text, 2 hidden. I've grabbed the two text input values from the name, …

php html parsing string-parsing