Thanks to visit codestin.com
Credit goes to github.com

Skip to content

metanorma/pubid-jis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JIS publication identifiers ("JIS PubID")

Purpose

This gem implements a mechanism to parse and utilize JIS publication identifiers.

Use cases to support

  1. generate updated PubID

Usage

Identifier creation

Basic usage of the pubid-jis gem starts with the Identifier#create method.

require "pubid-jis"

pubid = Pubid::Jis::Identifier.create(number: 1234, series: "A", part: 1, year: 1999, language: "E")
pubid.to_s

=> "JIS A 1234-1:1999(E)"

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages