Conjunctions of disjunction in java -


is there way in java conjunctions of disjunctions of strings, i.e, example

if have 2 string str1="a" , str2="c or d", "or" here disjunction. need output of conjunction of these 2 strings, i.e, , (c or d) = (a , c) or (a , d)

is possible in java ?


Comments

Popular posts from this blog

c - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -