powered by
This function simply looks for matches with
extract_squids(x)
A character vector with SQUIDs
The character vector
example <- paste0( "some prefix text ", 1:5, " ", squids::squids(5), " ", letters[1:5], " some suffix text" ); squids::extract_squids( example );
Run the code above in your browser using DataLab