Hey,
Can anyone give me hint to serach part of string in list.
Example:
partName = "newStar"
fullNames = '("oldStarwork" "newStarWork" "loadStar" "halfStarwork")
if Icheck it with member(partName fullNames) then will return nil but I want "newStarWork" as answer, I read the documenattion there is only member and memq functions are deifned for seraching lists . I looke the function recmatchp but its jist for symbol or strings and I have list (fullNames)