---
title: Enable Regular Expressions for Not-Enforced IPs
description: A flag to enable Perl-compatible regular expressions or ECMAScript-compatible (IIS) in Not-Enforced URL from IP Processing List.
component: web-agents
version: 2025.11
page_id: web-agents:properties-reference:org.forgerock.agents.config.notenforced.ext.regex.enable
canonical_url: https://docs.pingidentity.com/web-agents/2025.11/properties-reference/org.forgerock.agents.config.notenforced.ext.regex.enable.html
---

# Enable Regular Expressions for Not-Enforced IPs

|   |                                                                                                                                                                                                                                                                   |
| - | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | Regular expressions are evaluated differently by different engines. When you use regular expressions in not-enforced lists, make sure that the expressions are evaluated in the way you expect. Double check that the correct URLs are enforced and not enforced. |

A flag to enable [Perl-compatible regular expressions](http://www.pcre.org/pcre.txt) or [ECMAScript-compatible](https://en.cppreference.com/w/cpp/regex/ecmascript) (IIS) in [Not-Enforced URL from IP Processing List](org.forgerock.agents.config.notenforced.ipurl.html).

Default: `false`

|                    |                                                                                          |
| ------------------ | ---------------------------------------------------------------------------------------- |
| Property name      | `org.forgerock.agents.config.notenforced.ext.regex.enable`   Introduced in Web Agent 4.x |
| Function           | Not-enforced                                                                             |
| Type               | Boolean: `true` returns true; all other strings return `false`.                          |
| Bootstrap property | No                                                                                       |
| Required property  | No                                                                                       |
| Restart required   | No                                                                                       |
| AM console         | Tab: `Application (From AM 7)`Title: `Enable Regular Expressions for Not-Enforced IPs`   |
