Created
January 8, 2014 15:44
-
-
Save ikegami-yukino/8318784 to your computer and use it in GitHub Desktop.
2ちゃんねるや2ちゃんねるまとめサイト検出用正規表現
(2014/01/08(水) 12:30:37.67 ID:+pyxCrmX0みたいなやつにマッチする)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import re | |
re_2ch_post = re.compile(u'[^2]2[0-9]{3}/\d{2}/\d{2}\(.\) \d{2}:\d{2}:\d{2}\.\d{2} ID:[\w\d\+\/]+') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment