generate_changelog.actions.text_processing
text_processing#
Text functions.
Functions
Capitalize the first character for a string. |
Classes
Create a callable that can append a string to the input. |
|
When called, returns the first match in a string using a predefined regex. |
|
When called, returns the position of the first match in a string using a predefined regex. |
|
Creates a callable to prefix lines to input text. |
|
Prefix a string to the input when called. |
|
A base class to hold regular expression information. |
|
Create a callable that will make substitutions using regular expressions. |
|
Return a default value when called with an empty value. |
|
When called, return a slice of the sequence. |
|
Create a callable that will strip a string from the ends of an input. |
|
Create a callable to wrap the paragraphs of a string. |