get the body out of given strings

get_body(pattern = "^#[^ ]*", text)

Arguments

pattern

The definition of the body text

text

the given strings

Value

integer. the index of the body text in the given strings.