I have a string like below
url('/testProject/Images/Current/Universal/Styles/MasterPage_HomeIcon.gif') repeat-x
How can I extract the substring starting from ' to end ' ? I am using language as C#
I have a string like below
url('/testProject/Images/Current/Universal/Styles/MasterPage_HomeIcon.gif') repeat-x
How can I extract the substring starting from ' to end ' ? I am using language as C#