combine multiple expressions

Created on 26 September 2023, 9 months ago

Hello,

Is there a way we can add multiple expressions in one search expression. Right now, my list of search expressions is very long and it makes it difficult to look through the list, since each search expressions is in it's own field.

For example-
Currently we have to do this:

Search expression
<button[^>]*>
Replacement

Search expression
<canvas[^>]*>
Replacement

Search expression
<caption[^>]*>
Replacement

Maybe something like this would be more user friendly:
Search expression
<button[^>]*>, <canvas[^>]*>, <caption[^>]*>
Replacement

✨ Feature request
Status

Closed: works as designed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States michael.acevedo@pomona.edu

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Status changed to Closed: works as designed 9 months ago
  • πŸ‡¨πŸ‡¦Canada Cottser

    Hi, as noted in the Drupal.org interface text please don’t add random tags.

    In addition, please consider using our issue template instead of deleting all of that structure and freestyling when reporting issues.

    As for your request, just make use of regular expression features! See below.

    Search expression:
    <(button|canvas|caption)[^>]*>

Production build 0.69.0 2024