substr.regexpr {roxygen}R Documentation

Actually do the substring representation that...

Description

Actually do the substring representation that regexpr should do; does not acknowledge groups, since regexpr doesn't.

Usage

substr.regexpr(pattern, text)

Arguments

pattern the pattern to match
text the text to match against

Value

The matched substring


[Package roxygen version 0.1 Index]