how can i know? if there any link in a text by block?
Hi @Mir_abdul_khalek,
Just do something like this
if textbox1.text contains ( https ) or contains (http ) then
there is a link. in the text box!
2 Likes
but i want remove that full link after identify that is an link by block. i wont remove only https !
So you can make like that:
use the device utilities component parse block.Ans set the start to http and the end to .com ( you can try other formats like org io , etc… so it become more accurate.)
2 Likes
This will help you to understand the different textblocks.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.