https://github.com/erwanlt/utils
https://github.com/erwanlt/utils
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/erwanlt/utils
- Owner: ErwanLT
- License: mit
- Created: 2020-10-21T14:34:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-22T14:21:23.000Z (over 5 years ago)
- Last Synced: 2025-04-14T12:08:14.667Z (about 1 year ago)
- Language: Java
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/ErwanLT/Utils)
[](https://codecov.io/gh/ErwanLT/Utils)
# Utils
## StringUtils
* sentenceToArray
* replaceAccent
* reverseString
* isPalindrome
## DateUtils
* getToday
* getDateYear
* getDateMonth
* formatDate
* formatDateLocale
## NumberUtils
* getFibonacciToLimit
* toBinaryString
* toHexadecimalString
* fromBinaryStringToInteger
* fromHexadecimalStringToInteger
* getSquaredNumber
* getPI