Похожие чаты

Hi all, I'm trying to extract the tweet id from

a Twitter url.

The format is twitter.com/{username}/{status-id}.


Now I have something like this:
https://twitter.com/user9ame/status/109920294020202031

I'm trying to extract only the status id which I numbers.

I tried using regex to strip of the strings and chars.
It worked,
but in a case where their is an integer in the handle then the integer joins the status id.

Is there a better way i can do this?

2 ответов

9 просмотров

stringObject.split("/")

$ echo https://twitter.com/user9ame/status/109920294020202031 | sed 's/.*\/\([0-9]\)/1/' 109920294020202031 this works but I've struggled enough with the Pattern class to even act like an expert on how it's gonna work with this. Alternatively you can just split on "/", then get the element at length - 1

Похожие вопросы

Обсуждают сегодня

Ясн. Но я всеравно к кедам отношусь с опасением. Чисто субьективное кедосозерцание. Что касаемо "восторга изяшности кед" так и не вкурил, хотя много слышал, пока не поставил с...
Артем Записной
30
They keep hyping $FUN but where's the progress? 🙄
Noah Noure
23
Btw guys very stupid question but i haven't researchd so js asking you pros . Can ltc be traced too? Literally point to pint to the user? And getting the banks blocked ? Exch...
20
type TObj = object procedure Init; virtual; end; TObj1 = object(TObj) procedure Init; override; end; procedure TObj1.Init; begin inherited; end; procedur...
Alexander 👋
29
Есть какой-нибудь для Delphi/FPC T*Compression(Decompression)Stream на базе LZ4/Zstd/любой другой быстрый(и хорошо сжимающий) алгоритм А ещё лучше в pure pascal А ещё лучше од...
notme
48
А чем вам питонисты не угодили?😂
.
79
Hey guys, did you see the new announcement about $Fun? 🔥
Filip Murphy
55
How can a minority hashrate chain defend from a fork-hopping ASIC miner? The problem: 1. A miner comes into your network, and mines at 60-70% hashrate. 2. After some time, th...
Kishniev
13
yeap, thanks guys for response, but I really like to understand does a pool created on curve.fi has the option or api or I can call a function of a smart contract to set excha...
Oleg Karoza
11
Hey people, how do I unstake from the old pool and stake in the new pool??
Dyldo Baggins
24
Карта сайта