gchq / gchq/CyberChef

Operation request: Multisearch op to allow regex/string matches against multiple terms

Open
#1,414 0 comments 0 reactions 0 assignees View on GitHub
operation
Dominant language
JavaScript
Stars
35.8k
Forks
4.1k
Avg merge
2d 26m
Merged PRs (30d)
33

Description

## Summary
New op to have multiple search terms of the input. Search terms could be strings or regex. Output choices same as Regex operation

### Example Input
apple orange pear
pear is fruit

Search terms: strings
apple
pear

Search terms: regex
app..
p..r

### Example Output
string: Highlight matches
**apple** orange **pear**
**pear** is fruit

regex:List matches
apple pear
pear

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.