Skip to content

?<PowerShell_HelpField> is slightly incorrect #108

@StartAutomating

Description

@StartAutomating

?<PowerShell_HelpField> is slightly incorrect.

It matches any whitespace after the field.

It should match any whitespace except a newline or carriage return.

Then it should match the carriage returns and newlines, and then match the Content of the field.

Additionally. ?<PowerShell_HelpField> does not locate the end correctly.

It looks for . followed by any word characters.

It should instead look for dot followed by any valid help field names.

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions