I have a list of strings like this:
["ra", "dec", "ra-error", "dec-error", "glat", "glon", "flux", "l", "b"]
I need to find all the strings in this list that contain "ra"
or "dec"
or "lat"
I checked many other threads as well as the regex manual. It turned out to be too confusing for me. Pleas help. :(