Hello Bill,
What about turning it around and using 'in' though?foreach(e; regex("a[b-e]", "g") in "abracazoo") writeln(e);
vote += lots; // I had the same thought as well
Hello Bill,
What about turning it around and using 'in' though?foreach(e; regex("a[b-e]", "g") in "abracazoo") writeln(e);
vote += lots; // I had the same thought as well