Last active
December 14, 2015 04:39
-
-
Save 4mcn/5030199 to your computer and use it in GitHub Desktop.
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
# 空リプにマッチするてきとーな正規表現 | |
# 先頭に.がつく場合,フッタの開始文字が*[[の場合に対応 | |
/\A\.?(\s| )*(@\w+(\s| )*)+(\z|\*|\[|[)/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment