Skip to content

Adjusting Top Section Title Regular Expression to Handle Accented Characters #79

Open
@deenaawny-github-account

Description

Problem

The regular expression employed in the top section manager for 10q needs modification, specifically to eliminate accented characters from both the regular expression itself and the input being matched.

Ideas about a possible solution

Removal of comma characters (accent characters) from additional_title used in the regular expression.

The additional_title before:

additional_title =  ("Unregistered Sales of Equity Securities, Use of Proceeds, and "
                    "Issuer Purchases of Equity Securities")

and after:

additional_title =  ("Unregistered Sales of Equity Securities Use of Proceeds and "
                    "Issuer Purchases of Equity Securities")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    for-internal-teamIntended for completion by the internal teamstatus:deferredDeferred for future consideration.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions