0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Youtube の ID を取得する正規表現

Last updated at Posted at 2019-07-25

とある SNS アプリでフィードに表示する動画 OGP に対応したときのものをメモ。

正規表現

^.*\/(?:watch\?)?(?:v=)?(?:feature=[a-z_]+&)?(?:v=)?([a-zA-Z0-9-=_]+)(?:&feature=[a-z_]*)?(?:\?t=[0-9]+)?$

ツール

すごくわかりやすくて使いやすかった正規表現エディタです。
https://www.debuggex.com/r/DdsLZnB8UKCJ7hDz

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?