Skip to content

feat: add regex word filter (@benhuang3)#8153

Open
benhuang3 wants to merge 2 commits into
monkeytypegame:masterfrom
benhuang3:regex-wordfilter
Open

feat: add regex word filter (@benhuang3)#8153
benhuang3 wants to merge 2 commits into
monkeytypegame:masterfrom
benhuang3:regex-wordfilter

Conversation

@benhuang3

@benhuang3 benhuang3 commented Jun 23, 2026

Copy link
Copy Markdown

Description

This PR adds a regex filter to left column of words filter page, allowing users to filter words using regular expressions along with the other rules in the words filter tab.

  • Like "exclude", box is cleared and expressions ignored when "exact match" is true.
  • Parses string into regex using https://stackoverflow.com/a/874742
  • Shows notification on invalid regex expressions and other errors
  • Layout may not be suitable, please give suggestions!

Checks

  • Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info)
  • Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title.
Screenshot 2026-06-23 at 3 33 44 PM

@monkeytypegeorge monkeytypegeorge added the frontend User interface or web stuff label Jun 23, 2026
@benhuang3 benhuang3 marked this pull request as ready for review June 23, 2026 22:42
@github-actions github-actions Bot added the waiting for review Pull requests that require a review before continuing label Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend User interface or web stuff waiting for review Pull requests that require a review before continuing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants