Gets the CAS of a chemical using the name from the Cactus API.
The chemical name to lookup
The CAS number of the chemical
getCASByName("Acetic Acid")// Returns '79-11-8'getCASByName("Acide chloracetique")// Returns '79-11-8'getCASByName("adsfasfd")// Returns undefined Copy
getCASByName("Acetic Acid")// Returns '79-11-8'getCASByName("Acide chloracetique")// Returns '79-11-8'getCASByName("adsfasfd")// Returns undefined
Gets the CAS of a chemical using the name from the Cactus API.