Hello, i’m having a hard time with splitting a specific text. I tried working with Find Text Position-, Find Text- , Get Full Text-Activity and with methods like subString, Trim, etc. but i just can’t solve the problem.
I’ve got a text like this:
And i want the text to be splitted like this (in three different variables):
Random-Street 2 ← which is my first variable
12345 ← second variable
Random City ← third variable
So basically i just want the text to be splitted after every new line.
Hey @Palaniyappan, it doesn’t work either. i don’t know what i’m doing wrong…where do i have to write the “in_tex_variable.split(Environment.Newline.ToArray(),StringSplitOptions.RemoveEmptyEntries)(0).Split(”: “)(1).ToString” - Part?
buddy @Mod091 here is your xaml buddy its resolved and i made few changes inthe last comment as well, kindly take that buddy thats what i have used here in xaml alos
i tried and its working buddy @Mod091 textsplit.zip (1.9 KB)