Using * when tagging

Is it possible to use the * option when using the href tag to bypass specific pages?

Example, I want to tag a feature and the suggested match is [href="/jobs/1234/source"] and I would like to replace the 1234 with a * to ignore the specific reference. 

0

Comments

1 comment
  • Laura Olson you could try something like this which looks for href that starts with jobs and ends with source

    a[href^="/jobs/"][href$="/source"]

    or without the a tag

    [href^="/jobs/"][href$="/source"]
    0

Please sign in to leave a comment.

Didn't find what you were looking for?

New post