Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added remove field to playground #444

Closed

Conversation

screensaversclub
Copy link
Contributor

  • Create new RegExp from user input
  • "global" and "ignore case" flags are exposed as checkboxes to user
  • Tested with simple regex like /[aeiou]/gi (remove vowels) or /(?<= )((a)|(an)|(the))(?= )/gi (remove a/an/the with both positive and negative lookahead for space character)

@screensaversclub
Copy link
Contributor Author

Closing to clean up commit history before PRing again

@screensaversclub screensaversclub deleted the playground-remove-regex branch May 11, 2024 13:53
@Trott
Copy link
Owner

Trott commented May 11, 2024

Closing to clean up commit history before PRing again

Opening a new PR is fine, but you can also do a git rebase -i or whatever you do to clean up the commit history, and then force push to the PR branch.

@screensaversclub
Copy link
Contributor Author

Thanks! I'll try that next time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants