Hi Manny,

A db.Text object is simply a subclass of 'unicode', so all the methods that
apply to unicode and str objects apply.

-Nick Johnson

On Thu, Dec 17, 2009 at 10:15 AM, Manny Nathan <[email protected]> wrote:

> Hi,
> I am trying to use text objects instead of string to store data (since we
> can only store 500 characters in a string). Is there a way to find if the
> text object contains a substring? I was using String.contains("findstring")
> to find search strings within the string data. I do not see an equivalent
> method for the Text object. Any suggestions as to how I should implement
> this in code?
> Thanks,
> Nathan
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>



-- 
Nick Johnson, Developer Programs Engineer, App Engine
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.


Reply via email to