Hey Everyone!
In this post we will cover all the FREE FOREVER APIs that Abracadalo have.
Title API
Capitalizes the first letter in every word.
Example:"i love abracadalo!"
β "I Love Abracadalo!"
Learn more here
Uppercase API
Makes all letters in the string uppercase.
Example:"This is awesome :)"
β "THIS IS AWESOME :)"
Learn more here
Lowercase API
Makes all letters in the string lowercase.
Example:"New York City (NYC)"
β "new york city (nyc)"
Learn more here
Trim API
Removes white spaces from ends of a string. You can choose between right
, left
or both
side.
Example:" penguins are cute "
β "penguins are cute"
Learn more here
Length API
Returns the length (amount of characters) in a string.
Example:"Penguins are cute"
β "18"
Learn more here
Starts With API
Validates if a string starts with a given prefix.
Example:
String to test: "Elon Musk"
| Start with: "Elon"
β true
Learn more here
Ends With API
Validates if a string ends with a given suffix.
Example:
String to test: "Elon Musk"
| Ends with: "Musk"
β true
Learn more here
AND MOREβ¦Check our API Handbook to discover the full list of FREE FOREVER APIs
If you would like to get your free account please visit
abracadalo.com and you can sign up directly on our homepage!