[FREE] StringFunctions Extension

Nice extension: keep it up.

1 Like

Thank you!

1 Like

Can you add a block to remove specific text? Like trimming a word or number.

Example
Original Text: 1234 ABCD
Result: 134ACD

So you mean that remove a string from another string?

My Mind is out of control when seeing this useful extension. Nice creation.

You can already create it in Kodular
Blocks.png

Thank you!

Great job! The documentation looks well :+1: Maybe try something new that cannot or hard to achieve with default blocks :wink:

To remove a specific text from a string.

Achievable using replace text block! Follow this by @Raja_HarshVardhanSolanki

Thank you!

Yes, I have added those blocks which are not in the default blocks. Any other blocks which you think I can put?

1 Like

New block update!

blocks (63)

Substrings
Returns a list of all the sub-strings of a string - text of a specific length - length.
Example: text = banana | length = 2 returns [ba, an, na, an, na].

I have updated the first post. You can download the updated extension from there.

2 Likes

Maybe the String.format() method.

1 Like

Ok, will try!

@Pythony Very Good Carry on making good extensions :smiling_face_with_three_hearts: :smiling_face_with_three_hearts: :smiling_face_with_three_hearts:

Thank you!

Ya!

1 Like

Can i use it for set maximum letter in a text
Example :- if set 10 (max) then it give result abcdefghij…

How to determine if he is using emojis. Great extension by the way :clap:

Thank you!