How to build regular expression of ip address?

From owncloud 8.1 reverse proxy instructions:
The value must be a regular expression of the IP addresses of the proxy. This is useful when you use a reverse SSL proxy only for https access and you want to use the automatic detection for http access.

EX: “overwritecondaddr” => “^192.168.2.79$”

Not sure what it wants…