Substrinng without "/"

Anamika22

New Member
  • I have strings as /progresstalk/qad/progress and /progress/qad/forum/ i want text without "/".I don't know the length of string.Using index i' able to get positions of "/".How can we write code for this.
 
Could this
Code:
TRIM ( expression [ , trim-chars ] )
do what you want to do - assuming your want to get rid of the last forward slash ?

Heavy Regards, RealHeavyDude.
 
I don't know length of the string before "/" and after "/".I need all characters which comes before "/" and 2 characters which comes after "/".
 
Back
Top