Hi
Is there any function to denote the end of the string in sap information steward??
I feel like in the above case i got to extract the substring from 12 character and excluding .com from the end !! I am trying with Substr(length()).
the logic is Substr($web,11,(Length($web))-11-4)).However its throwing lots of syntax errors!!
Thank you
Regards