KDRE - kernel debugger regular expression extenssion
I suggest you to look at http://pykd.codeplex.com project. It allows to use python ( including RE ) for analyzing windbg command output. It is much easier!rmatch [/q] regular_expression kd_command
match command output with regexp
/q - quite mode
!rsearch [/q] regular_expression kd_command
search through command output with regexp
/q - quite mode
!rclean
clean all macro set by KDRE