Hi,
I want to split the below mentioned alpha numeric code and get the string between two slashes.
“GE/1129/21-22”
I don’t want to use Substring method as I ll have to specifiy the position then. I have been able to split the alpha numeric code (see screenshot) but how do I get just the middle part ?