format « parse « Java Regex Q&A

Home
Java Regex Q&A
1.Development
2.find
3.group
4.Match
5.matcher
6.number
7.Operation
8.parse
9.Pattern
10.replace
11.validation
12.word
Java Regex Q&A » parse » format 

1. regexes for parsing formatted numbers    stackoverflow.com

I am parsing documents which contain large amounts of formatted numbers, an example being:

 Frc consts  --     1.4362         ...

2. How to get attributes and values from badly formatted string in Java    stackoverflow.com

I need to get the attributes and values from multiple strings such as these:

<img src = "the source" class=class01 />
<img class=class02 src=folder/img.jpg />
<img class= "class01" / >
Spaces and slashes are accepted ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.