I am utilizing a dsl with a dslr. In my DSL I have a condition work Customer
which maps to a string value. Is there way to prevent the dsl from replacing
this work in certain cases? For example
rule"T1"
   when
      Object(value=="Customer Help")
   then
      ...
end

When I run the DSL obviously Customer will be replaced. Any thoughts on a
way to prevent this?(I know I could change on of the values from lower to
upper case and it would work but I am hoping for another way)

--
View this message in context: 
http://drools.46999.n3.nabble.com/Prevent-DSL-From-replacing-certain-parts-of-text-tp3953109.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to