您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

fix-headers.tst 496B

1234567891011
  1. regex without named back references
  2. m/.*Copyright \(c\) ((\d{4})\s*[,-]\s*(\d{4})?)\,?(([^\r\<\>\,]*)(\<.*\>)?)\s*/i
  3. * Copyright (c) 2008, Example Company Inc.
  4. * Copyright (c) 2008, Joe Developer <joe.dev@example.org>
  5. * Copyright (c) 2008, 2009 Joe Developer <joe.dev@example.org>
  6. * Copyright (c) 2005-2009 Joe Developer <joe.dev@example.org>
  7. * Copyright (c) 2008, 2009 Other Examples Inc.
  8. * Copyright (c) 2008-2010 Example Company Inc.
  9. * Copyright (C) 2009-2010, Yet More Examples Ltd.