Next / Previous / Contents / TCC Help System / NM Tech homepage

8.10. H_PAT: Hours code

This regular expression matches “h” or “H”. It is used in parsing quantities in hours.

sidereal.py
H_PAT  =  re.compile ( r'[hH]' )