wordPattern

Undocumented in source.
enum wordPattern = std.ascii.letters ~ std.ascii.digits ~ `_.\-`;

Meta