Skip to content

Add the ability to use RegEx tag to extract any value from the URL #15

@RobertKlohr

Description

@RobertKlohr

Implementing this feature would also take care of the open requests #8 and #14.

Example URL: https://example.com/?login=saml&email=test%40example.com with the title “Sign-In”

Example:

The tag could be {regex=”expression”} with “expression” being the RegEx to apply.

Tab title format: {title} - {protocol}://{hostnameascii} - {regex=([a-zA-Z0-9._-]+%40([a-zA-Z0-9_-]+.)+[a-zA-Z0-9_-]+)}

Result: Sign In - https://example.com/ - test%40example.com

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions