Expressions (Concept): Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 13: | Line 13: | ||
** [https://regexone.com/ RegexOne regex tutorials] | ** [https://regexone.com/ RegexOne regex tutorials] | ||
** [https://regexr.com/ RegExr regex tester] | ** [https://regexr.com/ RegExr regex tester] | ||
Latest revision as of 14:28, 21 November 2024
Expressions (not to be confused with regular expressions) are snippets of VB.NET 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 quick reference 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: