Snippets

Find all strings with given prefix

#include "symbols.fst"

$words$ = "<malayalam.a>"

$prefix$ = ചാടിപ്പോയി
$completion$ = $prefix$ [#Letters#]+

$words$ || $completion$

Last updated