Skip to content

Add support for case insensitive wild card matching #249

Description

@danbo
a[href*="ha"] @href

will work and return the links that have 'ha' in the actual url but not 'Ha'. If I also wanted both / case insensitive matching, I'd need to do something like this:

a[href*="ha" i] @href

but this currently gives an error

XPath error : Invalid type

https://www.w3.org/TR/selectors-4/#attribute-case

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions