|
|
Browse by Tags
All Tags » xml regular expresion regex
-
I would like to parse an xml file but I am having some trouble with the regular expression. I want to extract the contents of a tag but the problem is that this tag occurs serveral times in the XML file but I only want the contents of one particular occurence. Basically the problem is as follows;
I want to extract
<bp:NAME ...
-
Hello,
I am currently using Regular Expressions to parse text into groups in XML. I have a a section where I will be given an IP address that MIGHT contain a port (or might not). For example 192.168.1.63/1099 or 17.8.100.3. What I am looking for is a conditional reg ex that will give me two groups back (if ...
-
I need help!
Could anyone help me!!!
I've got a xml file that only one line.
like this
"
<Root><armman_info><armman_id>1</armman_id><armman_name>Skeleton ...
|
|
|