S=pd.Series(['Finland','Colombia','Florida','Japan','Puerto Rico','Russia','france']) [itm[0] for itm in S.str.findall('^[Ff].*') if len(itm)>0]