| startsWith {jmvcore} | R Documentation |
Same as base::startsWith() and base::endsWith() except
available for R < 3.3
startsWith(x, prefix) endsWith(x, suffix)
x |
a string to test |
prefix |
a string to test the presence of |
suffix |
a string to test the presence of |