MS Dynamics CRM 3.0
Is it possible to have the string for "(display exp)"? Also need to do regular expression on string. like unix sed. thanks.
> Is it possible to have the string for "(display exp)"?
But depending on what you're doing with regular expressions, it might actually be easier to hand-code a lexer and parser with something like Essence ( http://www.informatik.uni-freiburg.de/proglang/software/essence/ ). -- Darren Bane