feature_regex

Undocumented in source.
enum feature_regex = regex([`^\W*(feature)\W`, `^\W*(scenario)\W`, r"^\W*(given|when|then|but)\W", r"`((?:\w+\.?)+)`"], "i");

Meta