I used the Regex in my process i want to splite the new line where the special character (“/”)
My input is
No of pkgs#Description#weight/4#po no-1234#45kg/2#po no- 234#20kg
How i can splite please give me some solution aprat from that thanks you
I used the Regex in my process i want to splite the new line where the special character (“/”)
My input is
No of pkgs#Description#weight/4#po no-1234#45kg/2#po no- 234#20kg
How i can splite please give me some solution aprat from that thanks you
hey
arr_Split = yourString.Split("/"c)
Regards
input.Replace("/", Environment.newline)
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.