Forum Discussion
fcbda
May 13, 2021Copper Contributor
Extracing a specific text within a url
I have an example url as follows: http://1secretsofsuccess.com I want to be able to extract the second number, 3975284149225354 , from the link. Not every URL is the same however they a...
Detlef_Lewin
May 13, 2021Silver Contributor
Possible scammer. URL links to a different site.
- fcbdaMay 13, 2021Copper Contributor
Detlef_Lewin not so, I found a generic site for confidentiality reasons. I assure you that I have no malicious intent.
- SergeiBaklanMay 13, 2021Diamond Contributor
What is the exact logic?
- is it always after Nth slash (N is always the same)
- is it first number between slashes (a.346... is not a number)
- something else