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
@jatienza One way of doing this
Hi @jatienza
Please find the below expected output.
Many thanks
Shanker V
Please find the expected output.
@jatienza The TrimRight function will remove the extra \ at the end of the path before applying the regex
Thanks! @binu_acs @ShankerV
Can be used only one tool also.
By the way, how about if the raw data has "/" at the end? please see below
http://md.company.com/company/class-b-2356/
Thanks.