-
Notifications
You must be signed in to change notification settings - Fork 26
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
Whitespace Characters #34
Comments
I'd never thought of it, seems like an interesting idea though. Can you give an example of where it would be helpful when building a regular expression? |
When you are matching whitespace characters it is difficult to see exactly what the capture groups have in them. Maybe this isn't a problem for most people but it is something I was trying to do. |
Makes sense to me 👍 I think this would be a good feature for the tool, I'd love to see a pull request ✨ Not this week, but next week I would probably have some time to pair program too if you were interested in pairing on it at all (I usually use Screenhero, but it looks like they have been acquired and don't allow new signups). |
Hey Jon, I had a little extra time today so I threw together a prototype. Let me know if you like the direction it is going. ✌️ |
@wbw20 I dig it 👍 Looks good and conveys valuable information. |
Any interest in opening a PR with your changes? |
Hello
Great project. Have you guys ever considered an option for displaying whitespace characters in the match results? Kind of like Sublime Text does?
Maybe it could be a toggle option or something? Just a thought. If there is interest I can work on a PR.
The text was updated successfully, but these errors were encountered: