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

Rewrite of Regular Expression Search #401

Merged
merged 3 commits into from
Sep 5, 2022
Merged

Conversation

ThiloteE
Copy link
Member

@ThiloteE ThiloteE commented Sep 5, 2022

Fixes #398

  1. Rephrases "General Syntax"
  2. Adds owner != ^[a-zA-Z]{3}$ returns empy and non-three-letter owners
  3. Rephrases Searching for strings with double quotation marks (")
  4. Adds Greedy quantifiers
  5. Adds Reluctant quantifiers
  6. Adds Possessive quantifiers

1. Rephrases "General Syntax"
2. Adds `owner != ^[a-zA-Z]{3}$` returns empy and non-three-letter owners
3. Rephrases Searching for strings with double quotation marks (")
4. Adds Greedy quantifiers
5. Adds Reluctant quantifiers
6. Adds Possessive quantifiers
@ThiloteE
Copy link
Member Author

ThiloteE commented Sep 5, 2022

Failing link check is unrelated.

@ThiloteE ThiloteE requested a review from mlep September 5, 2022 13:43
Copy link
Contributor

@mlep mlep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quite clear explanations.
Only one tiny detail.

@Siedlerchr Siedlerchr merged commit a57340e into main Sep 5, 2022
@Siedlerchr Siedlerchr deleted the RewriteRegExSearchDocs branch September 5, 2022 19:45
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.

Group dynamic collection: RegEx for 'owner' field returning empy and non-three-letters
3 participants