Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
deenaawny-github-account opened this issue Jan 11, 2024 · 0 comments
Labels
for-internal-team Intended for completion by the internal team status:deferred Deferred for future consideration.

Comments

@deenaawny-github-account
Copy link
Contributor

deenaawny-github-account commented Jan 11, 2024

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")
@deenaawny-github-account deenaawny-github-account changed the title Top section title regular expression handle accented characters Adjusting Top Section Title Regular Expression to Handle Accented Characters Jan 11, 2024
@Elijas Elijas added status:deferred Deferred for future consideration. for-internal-team Intended for completion by the internal team labels Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for-internal-team Intended for completion by the internal team status:deferred Deferred for future consideration.
Projects
None yet
Development

No branches or pull requests

2 participants