Hi,
How do i write a regular expression in c# to extract a part of a string.
lets say i have a string
test = "CGDHTYJHJHGJUNK HERE:FGDGASPSESSIONID:IWANTTHISHERE;fgfghfghfgh"
I want to extract everything after ASPSESSIONID up until i get to the ;
thanks for your help
How do i write a regular expression in c# to extract a part of a string.
lets say i have a string
test = "CGDHTYJHJHGJUNK HERE:FGDGASPSESSIONID:IWANTTHISHERE;fgfghfghfgh"
I want to extract everything after ASPSESSIONID up until i get to the ;
thanks for your help