umx_str_chars: Select desired characters from a string

umx_str_charsR Documentation

Select desired characters from a string

Description

umx_str_chars returns desired characters of a string

Usage

umx_str_chars(what, which)

Arguments

what

A string

which

Chars to select out.

Value

  • Array of selected characters

References

See Also

  • umx_explode()

Other String Functions: umx, umx_explode(), umx_explode_twin_names(), umx_grep(), umx_names(), umx_paste_names(), umx_rot(), umx_str_from_object(), umx_trim()

Examples

umx_str_chars("myFpassUword", c(3,8))

tbates/umx documentation built on Sept. 19, 2024, 1:10 a.m.