extract_numbers: Extract numbers from a string.

View source: R/str-extract-nums.R

extract_numbersR Documentation

Extract numbers from a string.

Description

Copies of strex::str_extract_numbers() and friends.

Usage

extract_numbers(...)

str_extract_numbers(...)

nth_number(...)

str_nth_number(...)

first_number(...)

str_first_number(...)

last_number(...)

str_last_number(...)

Arguments

...

Pass-through to strex function.


filesstrings documentation built on May 29, 2024, 3:32 a.m.