An open API service indexing awesome lists of open source software.

https://github.com/erwanlt/utils


https://github.com/erwanlt/utils

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/ErwanLT/Utils.svg?branch=main)](https://travis-ci.com/ErwanLT/Utils)
[![codecov](https://codecov.io/gh/ErwanLT/Utils/branch/main/graph/badge.svg?token=K164BJWI2K)](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