################################################################
# setting some flags to the POSIX regex(7) expressions
#
# '+OPTION' -> option will be enabled
# '-OPTION' -> this option will be explicitly disabled
#
# cflags for regcomp(3)
#  REG_EXTENDED / REG_ICASE / REG_NOSUB / REG_NEWLINE
#
# eflags for regexec(3)
#  REG_NOTBOL / REG_NOTEOL
################################################################

+REG_EXTENDED
+REG_ICASE
