Let a string field contain at least one character.
This commit is contained in:
parent
038581f8fa
commit
676f3958db
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ if __name__ == "__main__":
|
|||
re_record_end = '\s+\$$'
|
||||
|
||||
re_variable = '([a-zA-Z]\w*)'
|
||||
re_string = '(.*?)'
|
||||
re_string = '(.+?)'
|
||||
|
||||
def is_empty(res, data):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue