meta
This commit is contained in:
parent
edd42dfd76
commit
d385853186
48 changed files with 1344 additions and 488 deletions
5
oml/meta/utils.py
Normal file
5
oml/meta/utils.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
|
||||
def normalize_isbn(value):
|
||||
return ''.join([s for s in value if s.isdigit() or s == 'X'])
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue