# Type: Input # Category: Common # Description: Catches smiles which do not require answers # Author: Andriy Lesyuk new Orangutan::Context( response => [ '^[:;=]?-?[ODPS]$', '^[:;=]?-?\)+$', '^:?\'?-?\(+$' ] ); # kate: syntax perl