|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Extending .net Regular ExpressionsDoes anyone know if the .net regex engine can be extended in any way.
For example I'd like to be able to create my own metacharacters which mean something for certain subjects. <rchurch***@gmail.com> wrote in message
news:1144513897.965591.108960@g10g2000cwb.googlegroups.com... Have you considered simply pre-processing your expression into a standard > Does anyone know if the .net regex engine can be extended in any way. > For example I'd like to be able to create my own metacharacters which > mean something for certain subjects. one? (using regular expressions of course) In article <1144513897.965591.108***@g10g2000cwb.googlegroups.com>,
wrote: > Does anyone know if the .net regex engine can be extended in any way. You can use MatchEvaluator to some kinds of extensions. For instance, > For example I'd like to be able to create my own metacharacters which > mean something for certain subjects. I'm using a MatchEvaluator to allow the use of \x in a replacement string to insert the specified character into the text resulting from a replacement. Mike |
|||||||||||||||||||||||