R/workspace.R

.Workspace <- new.env()

.Workspace$dictionary <- list(integer="(?<![\\w.+-])(?:0[xX][a-fA-F\\d]+(?:[pP][+-]?\\d+)?|-?\\d+)(?![\\w.])",
                              number="0[xX][a-fA-F\\d]+(?:[pP][+-]?\\d+)?|-?(?:\\d*\\.\\d+|\\d+)(?:[eE][+-]?\\d+)?",
                              ip_address="\\b(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\b",
                              email_address="\\b[a-zA-Z0-9._%+-]+@(?:[a-zA-Z0-9-]+\\.)+[a-zA-Z]{2,4}\\b")

Try the ore package in your browser

Any scripts or data that you put into this service are public.

ore documentation built on Jan. 17, 2023, 1:10 a.m.