😏
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import re
|
||||
|
||||
|
||||
def slug_label(value: str) -> str:
|
||||
return re.sub(r" +", "-", value.strip().lower())
|
||||
Reference in New Issue
Block a user