Doonline
(Doonlinejob23)
February 23, 2022, 10:33am
1
Hii,
I have a string like this formate
“xyzs :” and “xyzs : 87653wd”
I Wanted to check after the colon is any value are there or not.
If any value are there then need to extract that value
if not present then i need to move to the next column
Pls help ASAP
Srini84
(Srinivas Kadamati)
February 23, 2022, 10:37am
2
@Doonline
Use Regex for this as below
Once you done that you can use IF condition as below
YourVariable <> " " Or YourVariable <> “”
Hope this may help you
Thanks
Che
(Che)
February 23, 2022, 10:43am
3
Here is another answer you may find helpful.
Kind Regards
Doonline
(Doonlinejob23)
February 23, 2022, 10:49am
4
in which activity should i use it please show
Doonline
(Doonlinejob23)
February 23, 2022, 11:00am
5
Srini84:
Regex
getting erroe in this pattern
Srini84
(Srinivas Kadamati)
February 23, 2022, 11:49am
6
@Doonline
Check below for your reference
Hope this will help you
Thanks
Doonline
(Doonlinejob23)
February 23, 2022, 12:52pm
7
I Want to Extract the value which is after colon
Through this pattern i m getting empty value
if string is like this “xyzs : 87653wd”
then i should be able to extract 87653wd
system
(system)
Closed
February 26, 2022, 12:54pm
9
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.