Skip to content

Instantly share code, notes, and snippets.

View WonderBeat's full-sized avatar
🎁
I may be slow to respond.

Denis Golovachev WonderBeat

🎁
I may be slow to respond.
View GitHub Profile
@WonderBeat
WonderBeat / gist:6006523
Created July 16, 2013 07:21
Defencive style nightmare
/**
* Extracts digits from string
* returns digits string or null if nothing found
*/
@Nullable String getDigits(String str) {
return getDigitsInternal(str)
}
/**
* Multiplies string by 2