Expressions (Concept): Difference between revisions
Dgreenwood (talk | contribs) No edit summary |
Dgreenwood (talk | contribs) No edit summary |
||
| Line 10: | Line 10: | ||
* For information about LINQ expressions and example LINQ expressions: | * For information about LINQ expressions and example LINQ expressions: | ||
** [[LINQ to Grooper Objects]] | ** [[LINQ to Grooper Objects]] | ||
* "Expressions" should not be confused with "regular expressions". For more information on regular expressions (regex), visit the following resources: | |||
** [https://en.wikipedia.org/wiki/Regular_expression Wikipedia's regular expression article] | |||
** [https://regexone.com/ RegexOne regex tutorials] | |||
** [https://regexr.com/ RegExr regex tester] | |||
Revision as of 15:57, 2 January 2024
Expressions are snippets of Visual Basic code that expand Grooper's core functionality.
Please refer to the following articles for more information:
- For general information about the different kinds of Grooper expressions you can configure:
- For a list of example expressions:
- For information about LINQ expressions and example LINQ expressions:
- "Expressions" should not be confused with "regular expressions". For more information on regular expressions (regex), visit the following resources: