Created
July 29, 2010 04:17
-
-
Save lopnor/497216 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
| \s\(.+?文庫\) | |
| \s.+?文庫$ | |
| ^新装版[\s・] | |
| ^小説\s | |
| \s限定版.?$ | |
| \s(岩波|文春)文庫\s.+$ | |
| \s全.冊.{0,}$ | |
| [<\<\[\(【〈(].+?[<\>\]\))〉】].{0,}$ | |
| \s\(.+?\)$ | |
| ―.+$ | |
| \s小説\s.{0,}$ | |
| [\s\(][上中下][\)\s]? | |
| \s.+[編篇巻章].{0,}$ | |
| \s.{0,}第.{1,3}話.{0,}$ | |
| \s\S+?全集\S{0,}$ | |
| \sBOOK \d$ | |
| \s\d+$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment