Tagged Questions

1
vote
6answers
134 views

Fastest way to check if a String can be parsed to Double in Java

I know there's a million ways of doing this but what is the fastest? This should include scientific notation. NOTE: I'm not interested in converting the value to Double, i'm only interesting in ...