[FREE] TextUtils - Some work with Texts & Numbers

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

component_set_get

  • This block says you Hello!

Download Extension
[mod edit]
Google Drive link - [TextUtils (ZIP)]

TextUtils.aix (6.8 KB)


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?

7 Likes

Well done :+1:

1 Like

Thank you @WatermelonIce

Wow! What a great extension!

1 Like

Thanks @Mayank_Kumar

2 posts were merged into an existing topic: My First extension - Binary converter

Thank you..I'm really appreciate it

may i know how to remove just "" this special character...if you have the block, can u give some

" is not a special character, to remove it you can use Replace block

After I imported the extension file, this is what happened?

@Kumaraswamy

The downloaded file appears to be corrupted.

(I renamed the aix to rar, and removed spaces in the filename)

Here ya go, a new one.

TextUtils.aix (6.8 KB)

2 Likes