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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.