Show details button by default
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
import re
|
||||
|
||||
|
||||
first_cap_re = re.compile('(.)([A-Z][a-z]+)')
|
||||
first_cap_re = re.compile('([^.])([A-Z][a-z]+)')
|
||||
all_cap_re = re.compile('([a-z0-9])([A-Z])')
|
||||
|
||||
def snake_case(s):
|
||||
|
Reference in New Issue
Block a user