Regular
expression |
Pipelines v2.1 |
Pipelines utilises the Microsoft
TR1 implementation of Regular Expressions. |
For a description of the
expression syntax and constructs that are supported by the specified expression
mode; you should review the
documentation provided by Microsoft: here.
I would strongly
recommend that you take some time to learn some of the basics of the TR1
Regular expression syntax. Once you have a basic proficiency in constructing
basic expressions - you will find that constructing pipelines comprising
stages' that support this regular expression feature; that it may well help you
to design pipelines that harness the power of concise/compact TR1 definitions
that might help you to solve problems; without a plethora of dedicated,
specific stages that perform limited/scope bound operations.
|