Sam G

Sam G

  • NA
  • 133
  • 2k

how to split string in c#

Oct 18 2019 8:30 AM
Hello I am new in c# and trying to split string. here is my string=
"[)>_d03006_d029VTCUP_d029P2865478547_d029T190917U111@9E005_d029_d030_d004"
GS is _d029
RS is _d030
EOT is _d004
and output should be
[)>RS06
TCUP
2865478547
190917
U111
@
9E005
RSEOT
please help...thanks in advanced...!!

Answers (5)