【发布时间】:2017-07-06 15:26:14
【问题描述】:
Changeset: 8675309
User: DOMAIN\JohnG
Date: 01/21/2004 21:03:45
Comment: This check-in fixes issues in several features. I also refactored some items in buf.c into a new file named bif.c because buf.c was too hard to parse.
Items:
$/baz/proj/bif.c Added
$/baz/proj/buf.c Modified, Renamed
Work Items:
34527 The "Access Denied" message is not descriptive enough.
35628 The UI flickers when I press the '8', 'y', 'Ctrl', and 'End' buttons at the same time.
Check-in Notes:
Code Reviewer: ShellM
Performance Reviewer: ShellM
Security Reviewer: ShellM
我想捕获项目下的两行。但是有时工作项可能会丢失,因此签入说明:将是我停止的地方,然后有时 BOTH 会丢失,因此我需要在字符串的末尾停止。
(?s)(?<=Items:).*(?(?=Work Items:)|(?=Check-in Notes:))
这就是我所拥有的,它记录了所有错误的签到记录。
【问题讨论】: