lubridate (version 0.1)

find_separator: Identifies the likely separators of a string.

Description

Identifies the likely separators of a string.

Usage

find_separator(x)

Arguments

x
a character string

Value

  • a list of possible separators

Details

Letters and numbers are assumed not to be separators

Examples

Run this code
find_separator("2009-08-03 09:07:03")

Run the code above in your browser using DataLab