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

Update the playground‘s wording #83

Open
pacdiv opened this issue Oct 29, 2019 · 0 comments
Open

Update the playground‘s wording #83

pacdiv opened this issue Oct 29, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@pacdiv
Copy link
Owner

pacdiv commented Oct 29, 2019

Do you want to request a feature or report a bug?
Feature.

What is the current behavior?
The Playground's full sentence is quite long to read and the ending question is useless. Besides, it does not help to understand the table result shown right below this sentence.
Let‘s write
a [global or not] regex
verifying that the text
[type your text here]
does
[contain|start with|end with…]
[and so on…]
?

What is the expected behavior?
Since we show a table result of the String.match call results, we should try to simplify the sentence to the following pattern. Starting with a how would indicate that the user would discover how the match happens. Here‘s the new pattern:
How the string
[type your text here]
matches a [global or not] regex
[containing|starting with|ending with…]
[and so on…]
?

@pacdiv pacdiv added the enhancement New feature or request label Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant