package
Version:
v2.2.0
Opens a new window with list of versions in this module.
Published: Jun 13, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package codes contains the types for DLSite RJ codes and RE codes.
An RECode is an RE code for a DLSite work.
An RECode is a valid WorkCode.
Deprecated; use WorkCode instead.
ParseRECode returns the first RE code found in the string. If no RE code
is found, returns an empty value.
Deprecated; use ParseCode instead.
An RJCode is an RJ code for a DLSite work.
An RJCode is a valid WorkCode.
Deprecated; use WorkCode instead.
ParseRJCode returns the first RJ code found in the string. If no RJ code
is found, returns an empty value.
Deprecated; use ParseCode instead.
A WorkCode is a code for a DLSite work.
ParseCode returns the first DLSite work code found in the string.
If no code is found, returns an empty value.
WorkType returns the type of the work, e.g. RJ.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.