Skip to content

❗ This is a read-only mirror of the CRAN R package repository. rebus.datetimes — Date and Time Extensions for the 'rebus' Package

Notifications You must be signed in to change notification settings

cran/rebus.datetimes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Is the package on CRAN? SemaphoreCI Build Status AppVeyor Build Status

rebus.datetimes: Regular Expression Builder, Um, Something (Datetime-Related Functionality)

This package contains datetime-related functionality for the rebus package. It is primarily intended for other R package developers. For interactive use, try rebus instead.

Build regular expressions in a human readable way

Regular expressions are a very powerful tool, but the syntax is terse enough to be difficult to read. This makes bugs easy to introduce and hard to find. This package contains functions to make building regular expressions easier.

Installation

To install the stable version, type:

install.packages("rebus.datetimes")

To install the development version, you first need the devtools package.

install.packages("devtools")

Then you can install the rebus.datetimes package using

library(devtools)
install_github("richierocks/rebus.datetimes")

Package contents

datetime accepts a strptime-style format string, and creates a regular expression to match it. You can choose the locale for matching (month names differ between locales), and whether the regex is used for input or output (input needs to be less strict).

iso_date, iso_time and iso_datetime provide regexes to match ISO 8601 standard dates and times.

Constants are available for date components. For example, SECOND matches seconds, TIMEZONE matches timezones, etc.

About

❗ This is a read-only mirror of the CRAN R package repository. rebus.datetimes — Date and Time Extensions for the 'rebus' Package

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages