Nice extension: keep it up.
Thank you!
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
Thank you!
Great job! The documentation looks well Maybe try something new that cannot or hard to achieve with default blocks
To remove a specific text from a string.
Thank you!
Yes, I have added those blocks which are not in the default blocks. Any other blocks which you think I can put?
New block update!
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.
Maybe the String.format() method.
Ok, will try!
Thank you!
Ya!
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
Thank you!