Help in development

Hi i am adding some more rules at ta/grammar.xml. I need the help in forming the regular expression in Tamil that all the combination of Tamil words that ends in டு and து.

please help me out.

thanking you

Hi! You can try:

...
<token regexp='yes'>.+[டுது]$</token>
...

This will recognize any token that ends with any of those letters.