Suppose i have a string as fallows
if(a greater than b)
and i want to replace "greater than" with ">",how should i replace?
i want to replace the following keywords with corresponding operators if it appears in if statement.
keyword operator
greater than >
lesser than <
greater than or equals to >=
lesser than or equals to <=
not equals to !=
equals to ==