strsplit2: split a string and extract the _n_th string

Description Usage Arguments Value

Description

split a string and extract the nth string

Usage

1
strsplit2(x, sep = " ", nth = 1)

Arguments

x

The string to split

sep

The separated character

nth

The nth string to extract

Value

a new string


pinyin documentation built on May 6, 2019, 1:08 a.m.

Related to strsplit2 in pinyin...