DORSETRIGS
Home

version-numbering (2 post)


posts by category not found!

Validate the Android version number in string is 3 or higher with regex

Validating Android Version Numbers in Strings Using Regex When working with Android applications ensuring that the version number is correct is essential for co

3 min read 08-10-2024 52
Validate the Android version number in string is 3 or higher with regex
Validate the Android version number in string is 3 or higher with regex

Compare versions as strings

Comparing Version Strings Elegantly Beyond Simple Lexical Ordering Comparing version strings can be tricky as the intuitive lexical ordering comparing strings c

2 min read 07-09-2024 55
Compare versions as strings
Compare versions as strings