Package: checkstring 0.1.0.9000

checkstring: Common String Format Validation

Validates common string formats including financial identifiers (ISIN, CUSIP, SEDOL, FIGI, IBAN, LEI), publication identifiers (ISBN, ISSN, DOI, ORCID), and general formats (email, UUID, URL, semver), with check digit verification where applicable.

Authors:Maximilian Mücke [aut, cre]

checkstring_0.1.0.9000.tar.gz
checkstring_0.1.0.9000.zip(r-4.7)checkstring_0.1.0.9000.zip(r-4.6)checkstring_0.1.0.9000.zip(r-4.5)
checkstring_0.1.0.9000.tgz(r-4.6-any)checkstring_0.1.0.9000.tgz(r-4.5-any)
checkstring_0.1.0.9000.tar.gz(r-4.7-any)checkstring_0.1.0.9000.tar.gz(r-4.6-any)
checkstring_0.1.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
checkstring/json (API)
NEWS

# Install 'checkstring' in R:
install.packages('checkstring', repos = c('https://m-muecke.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/m-muecke/checkstring/issues

Pkgdown/docs site:https://m-muecke.github.io

On CRAN:

Conda:

3.85 score 1 stars 3 scripts 467 downloads 32 exports 0 dependencies

Last updated from:e158f032ae. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK102
source / vignettesOK129
linux-release-x86_64OK145
macos-release-arm64OK81
macos-oldrel-arm64OK75
windows-develOK80
windows-releaseOK73
windows-oldrelOK72
wasm-releaseOK88

Exports:assert_empty_dotsis_base64is_base64urlis_bicis_color_hexis_cuid2is_cusipis_doiis_emailis_figiis_hexis_hostnameis_ibanis_ipv4is_ipv6is_isbnis_isinis_iso_dateis_iso_datetimeis_issnis_leiis_macis_md5is_mimeis_nanoidis_orcidis_sedolis_semveris_sha256is_ulidis_urlis_uuid

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Assert that dots are emptyassert_empty_dots
Check if an argument is a base64 stringis_base64
Check if an argument is base64url stringis_base64url
Check if an argument is a BIC/SWIFT code stringis_bic
Check if an argument is a hex color stringis_color_hex
Check if an argument is a CUID2 stringis_cuid2
Check if an argument is a valid CUSIP stringis_cusip
Check if an argument is a DOI stringis_doi
Check if an argument is a email address stringis_email
Check if an argument is a valid FIGI stringis_figi
Check if an argument is a hexadecimal stringis_hex
Check if an argument is a hostname stringis_hostname
Check if an argument is a valid IBAN stringis_iban
Check if an argument is an IPv4 address stringis_ipv4
Check if an argument is an IPv6 address stringis_ipv6
Check if an argument is an ISBN stringis_isbn
Check if an argument is a valid ISIN stringis_isin
Check if an argument is an ISO 8601 date stringis_iso_date
Check if an argument is an ISO 8601 datetime stringis_iso_datetime
Check if an argument is an ISSN stringis_issn
Check if an argument is a valid LEI stringis_lei
Check if an argument is a MAC address stringis_mac
Check if an argument is an MD5 hash stringis_md5
Check if an argument is a MIME type stringis_mime
Check if an argument is a Nano ID stringis_nanoid
Check if an argument is an ORCID stringis_orcid
Check if an argument is a valid SEDOL stringis_sedol
Check if an argument is a semantic versioning stringis_semver
Check if an argument is a SHA-256 hash stringis_sha256
Check if an argument is a ULID stringis_ulid
Check if an argument is url stringis_url
Check if an argument is an UUID stringis_uuid