I'm tryng to check in lua if AGM-65D is found in "LAU-117,AGM-65D"
but string.find("LAU-117,AGM-65D", "AGM-65D") and string.match("LAU-117,AGM-65D", "AGM-65D")
both return nil. Does someone could suggest me why? maybe the comma or the "-" symbol must be used in a different way?
thanks
string.find("LAU-117,AGM-65D", "AGM-65D", 1, true)