Validates if a SMILES string is properly formatted.
bool isSmilesValid(String smiles) { return SmilesParser.isValid(smiles); }