In: Computer Science
For no space between colon (:) you can use \b(DATE)\b:\d{4}-\d{2}-\d{2} .If there is space between colon(:) simply put \s for space, therefore it becomes \b(DATE)\b\s:\s\d{4}-\d{2}-\d{2} .
You can use the table below to further modify your expression/pattern.
THUMBS UP IF YOU LIKE IT !