예제 #1
0
def _version_pattern():
    """ Build the autoparse regex pattern for the ChI string version.

        :rtype: str
    """
    ptt = app.preceded_by('=') + _layer_pattern()
    return ptt
예제 #2
0
def _version_pattern():
    ptt = app.preceded_by('InChI=') + _sublayer_pattern()
    return ptt