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]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
