# Functions

RemovePrefixes removes GitFlow prefixes from strings Example input: Feature/new_logIN-pages Example output: New Login Pages.

# Constants

Bugfix is the branch name prefix standard for GitFlow bugfix branches.
Feature is the branch name prefix standard for GitFlow feature branches.
Hotfix is the branch name prefix standard for GitFlow hotfix branches.
Release is the branch name prefix standard for GitFlow release branches.