Links
EControl Syntax Editor SDK
TecRegExpr.ModifierG Property

Greeding mode modifier.

property ModifierG: boolean;

Non standard modifier. Switching it Off You'll switch all following operators into non-greedy mode (by default this modifier is On). So, if modifier /g is Off then '+' works as '+?', '*' as '*?' and so on.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!