[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

component_method

  • Finds a character at the given index.

DeleteCharAt

component_method (1)

  • Deletes a character at the given index.

StartsFrom

component_method (2)

  • Check if the string starts from the given value.

EndsWith

component_method (3)

  • Check if the string ends with the given value.

InsertTextAt

component_method (4)

  • Insert text at the given index.

IsEven

component_method (5)

  • Check if the given number is even or not.

IsOnlyEnglish

component_method (6)

  • Check if the the string contains different language other than English or not.

RandomChar

component_method (7)

  • Pick random char using the given random int. The value of random int should be from 1 to length of the string.

RemoveSpecial

component_method (8)

  • Remove all the special characters.

TimesUsed

component_method (9)

  • Check how many times the letter is used in a string.

IsValidURL

component_method (10)

  • Check if the given URL is valid or not.

SayHello

component_set_get

  • 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?

5 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