awips2/edexOsgi/com.raytheon.edex.plugin.gfe/utility/common_static/base/gfe/python/configProps.py
2017-04-21 18:33:55 -06:00

13 lines
No EOL
519 B
Python

# ----------------------------------------------------------------------------
#
# SOFTWARE HISTORY
#
# Date Ticket# Engineer Description
# ------------ ---------- ----------- --------------------------
# 09/09/2015 #16287 amoore Created
#
########################################################################
#Pattern for requested ISC parms.
#Alphanumeric pattern string form, potentially ending in _SFC
ISC_PARM_PATTERN="^[a-zA-Z0-9]+(?:_SFC)?$"