aliia

aliia

  • NA
  • 16
  • 0

represent in regulaer expretions

Mar 31 2010 9:29 AM

ineed to do that in windoesform using regex
the input form like this
f(x,y,z)= x+y.(z.y)
in the first i need to take the (z.y) and replase by any symbol (k1) and then takt  (x+y) and  replase by (k2)
then  the final  out of  f=k2.k1