Please help with slug regexp.
I would appreciate if the code will be given in python.
Conditions:
1 #valid
1-1 #valid
1-1-1 #valid (infinite \d-\d)
1- #invalid
-1 #invalid
-1- #invalid
*NOTE 1 = \d
|
|
I would write it this way:
|
|||
|
|
|
How about:
|
||||