Introducing TextUtils!
Text-utils is an extension which gives you additional features for managing words/texts/number. Thanks to Mr. @Taifun for guiding me.
Finally working 5+ hours, I finished my first BIG extension!
Blocks
CharAt
- Finds a character at the given index.
DeleteCharAt
- Deletes a character at the given index.
StartsFrom
- Check if the string starts from the given value.
EndsWith
- Check if the string ends with the given value.
InsertTextAt
- Insert text at the given index.
IsEven
- Check if the given number is even or not.
IsOnlyEnglish
- Check if the the string contains different language other than English or not.
RandomChar
- Pick random char using the given random int. The value of random int should be from 1 to length of the string.
RemoveSpecial
- Remove all the special characters.
TimesUsed
- Check how many times the letter is used in a string.
IsValidURL
- Check if the given URL is valid or not.
SayHello
- This block says you Hello!
Download Extension
Google Drive link - TextUtils (ZIP)
Hope you like my extension!
Any suggestions or improvements are appreciated!
Off-topic
I didn't get sleep yesterday night as I was excited to release my BIG extension.
Did it append with you too?