generate_changelog.actions.text_processing.RegexSub
RegexSub#
- class generate_changelog.actions.text_processing.RegexSub[source]#
Create a callable that will make substitutions using regular expressions.
- __init__(pattern, ascii_flag=False, ignorecase_flag=False, locale_flag=False, multiline_flag=False, dotall_flag=False, verbose_flag=False, replacement='')#