bib.bibtexparser.middlewares_str_to_str¶
Classes¶
MiddlewaresStrToStr ¶
Middlewares for converting a string to a string.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
options | dict | Options for the middlewares. | required |
Attributes:
| Name | Type | Description |
|---|---|---|
substitute_in_bib | bool | Substitute in the bib. Default is True. |
substitute_old_list | list | list of old strings to substitute. Default is []. |
substitute_new_list | list | list of new strings to substitute. Default is []. |