Skip to contents

Start counting from the string end to get a substring

Usage

substr_reverse(x, rev_start, rev_stop, keep = TRUE)

Arguments

x

Character String

rev_start, rev_stop

The first and last value counted from the end of the String. rev_stop > rev_start

keep

If TRUE (default) the selection is return. Otherwise everything but the selection is returend

Value

Character Vector