Skip to content

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

Merged
Miodec merged 3 commits into
monkeytypegame:masterfrom
benhuang3:regex-wordfilter
Jul 5, 2026
Merged

feat: add regex word filter (@benhuang3)#8153
Miodec merged 3 commits into
monkeytypegame:masterfrom
benhuang3:regex-wordfilter

Conversation

@benhuang3

@benhuang3 benhuang3 commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

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
@Miodec Miodec merged commit 2b5f26d into monkeytypegame:master Jul 5, 2026
14 checks passed
@Miodec

Miodec commented Jul 5, 2026

Copy link
Copy Markdown
Member

Thanks

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.

3 participants