Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a string (for example: "alpha beta charlie, delta&epsilon foxtrot") and a list (for example ["zero","omega virginia","apple beta charlie"]). Is there a convenient way to iterate through every word and combination of words in the string in order to search for it in the list?

share|improve this question
2  
Is "charlie foxtrot" a valid combination in the string? – Sushant Gupta Jan 10 at 17:57
Nope. The link posted by @WaleedKhan has a solution. – astex Jan 10 at 17:58
Ok, yeah I saw that. But in case if a string has phrases separated by comma, then a simple split by comma and casting both lists to set and then by having their intersection could have done that work in no time :) – Sushant Gupta Jan 10 at 18:03

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.