Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
May 14, 2013, 5:50 p.m.
FORMAT:
C++
SIZE:
207 Bytes
Raw
Download
Tweet
HITS:
79940
Go to comments
Report
QString
MainWindow::GetId
(
QString
url
)
{
QRegExp
re
(
"^[^v]+v=(.{11}).*"
,
Qt
::
CaseInsensitive
);
re
.
indexIn
(
url
);
QStringList
list
=
re
.
capturedTexts
();
return
list
.
at
(
1
);
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus