Hi
In below code i want to extract values in 2 separate strings
htts://nimubs-assets.s3.amazonaws.com/manifest/20221227113803-73.pdf
1 - htps://nimubs-assets.s3.amazonaws.com/manifest/
2 - 20221227113803-73.pdf
Thanks
Hi
In below code i want to extract values in 2 separate strings
htts://nimubs-assets.s3.amazonaws.com/manifest/20221227113803-73.pdf
1 - htps://nimubs-assets.s3.amazonaws.com/manifest/
2 - 20221227113803-73.pdf
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Dec 27, 2022, 8:33 AM
Vishal JoshiPosted Dec 27, 2022, 8:28 AM
Hello
You can try the below code to get the expected result.
Thanks