search for: higkilmnsppqrst

Displaying 1 result from an estimated 1 matches for "higkilmnsppqrst".

1999 Dec 18
1
strsplit does not conform to documentation (PR#379)
Description: Split the Strings in `x' into substrings according to the presence of substring `split' within them. -------------------- > strsplit("acbdefgSPLIThigkilmnSpPqrst","SPLIT") [[1]] [1] "acbdefg" "higkilmn" "p" "qrst" -------------------- Apparently, it will Split the Strings in `x' into substrings according to the presence of ANY CHARACTER FOUND IN substring `split'. ----------------...