Hey, I just started programming but im stuck. so lets say I have a wordlist with words containing 2-12 letters and I want to remove all words containing less than 3 letters or more than 7 letters. How would i do that?
Another problem I have is, I want to find all words that contain for example these letters "negi" (it should return engine, engineer and alot of other words) , I know how to make it find all words if it is typed "engi" but not if its typed like "negi".