Enum ReplacePosition

Enum Documentation

enum class cras::ReplacePosition

Specifies where a replace operation should act.

Values:

enumerator EVERYWHERE

Act in the whole string.

enumerator START

Act only on the beginning of the string.

enumerator END

Act only on the end of the string.