Can anybody make an extension for getting specific text from a given text
Like we have to set 3 things
Text - The whole text
From - From where to start
To - Till what text
Example:
Text: (hello){abcd}
From: (
To: )
Result: hello
Can anybody make an extension for getting specific text from a given text
Like we have to set 3 things
Text - The whole text
From - From where to start
To - Till what text
Example:
Text: (hello){abcd}
From: (
To: )
Result: hello
I have not understood exactly but i tgink that baout u rae talking is can be done by segment block
Cn you please provide some blocks for this?
Like getting hello
from (hello){title}
This might be useful if we want to store the title, body, name of the user etc… In a single tag
wait i am doing
then why not store them in a list or dictionary?
In simple words I want to get text
from
(text){abcd}
Note: the word text
and abcd
can be of any length
use the parse method
https://docs.kodular.io/components/utilities/device-utilities/#parse
Taifun
You can use Parse
available on Device Utilities.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.