I am using SSRS to do the below functionality
I have a string stractual= 7700964455 I need to split the above string for every 2 characters something like below
77 00 96 44 55
Also I have another string value strexist = "99"
I need to verify whether strexist exists in stractual to meet the condition.
77
00
96
44
55