Hi,
Need help in retaining strings after the special character "/" in the left-most portion, please data below.
Raw data:
http://fr.company.com/company/class-a-123
http://md.company.com/company/class-b-2356
Output:
class-a-123
class-b-2356
Thanks,
Jaime
Solved! Go to Solution.
By the way, how about if the raw data has "/" at the end? please see below
Raw data:
http://fr.company.com/company/class-a-123
http://md.company.com/company/class-b-2356/
Output:
Thanks.
@jatienza The TrimRight function will remove the extra \ at the end of the path before applying the regex