|
3 |
edited tags
|
||
|
2 |
edited tags
|
||
|
1 |
|
||
In python how to I verify that a string only contains letters, numbers, underscores and dashes?I know how to do this if I iterate through all of the characters in the string but I am looking for a more elegant method. Thanks
|
||||
