google app engine - django search string in string -


can search string in string/list/array in django passed through python template. in adv...

there few methods searching string within string, string.find, string.rfind, string.index , string.rindex. here can find documentation them:

http://docs.python.org/library/string.html

if doesn't matter if strings created using template...


Comments