Michael - 2020-09-11

I'm trying to add a regular expression for paragraph and section identifcation in COBOL. I am using /^.{6}\s[A-Z]\gm. I know that regular expression works to ensure there is a space in position 7 and then A through Z in position 8 (i.e., not a comment and starts in COBOL A column). Nothing happens when I put that into SourceCookiefier and it still returns items that are not paragraph names.