]> granicus.if.org Git - icinga2/commit
Implement regex() and match() functions.
authorGunnar Beutner <gunnar.beutner@netways.de>
Wed, 19 Mar 2014 09:51:09 +0000 (10:51 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 19 Mar 2014 11:46:23 +0000 (12:46 +0100)
commit3383951791c185c8c60297423dbe4319847958a3
tree5da23318e0012d7dff05450ab7bbf368d44d47ee
parent124fa9ebc1476efa25d275e24e577fad3d1b247e
Implement regex() and match() functions.

Refs #5789
doc/4.1-configuration-syntax.md
lib/base/qstring.cpp
lib/base/qstring.h
lib/config/aexpression.cpp
lib/config/aexpression.h
lib/config/config_parser.yy
lib/methods/CMakeLists.txt
lib/methods/utilityfuncs.cpp [new file with mode: 0644]
lib/methods/utilityfuncs.h [new file with mode: 0644]