New functions for array and map operations
Cloudflare Rulesets now include new functions that enable advanced expression logic for evaluating arrays and maps. These functions allow you to build rules that match against lists of values in request or response headers, enabling use cases like country-based blocking using custom headers.
New functions
| Function | Description |
|---|---|
split(source, delimiter) | Splits a string into an array of strings using the specified delimiter. |
join(array, delimiter) | Joins an array of strings into a single string using the specified delimiter. |
has_key(map, key) | Returns true if the specified key exists in the map. |
has_value(map, value) | Returns true if the specified value exists in the map. |
Example use cases
Check if a country code exists in a header list:
has_value(split(http.response.headers["x-allow-country"][0], ","), ip.src.country)Check if a specific header key exists:
has_key(http.request.headers, "x-custom-header")Join array values for logging or comparison:
join(http.request.headers.names, ", ")For more information, refer to the Functions reference.
Source: Cloudflare
Latest Posts
- Dynamics 365 Contact Center – Identify your customers with enhanced authentication [MC1265792]
![Dynamics 365 Contact Center - Identify your customers with enhanced authentication [MC1265792] 2 pexels anthonyshkraba production 8791212](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- (Updated) Brand impersonation protection for Teams Calling [MC1219793]
![(Updated) Brand impersonation protection for Teams Calling [MC1219793] 3 pexels magda ehlers pexels 1329310](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- Access Cluster Insights through the Amazon OpenSearch Service Console and Amazon EventBridge events

- (Updated) Events in Meet app – Introducing a redesigned, unified Events experience in Microsoft Teams [MC1227087]
![(Updated) Events in Meet app – Introducing a redesigned, unified Events experience in Microsoft Teams [MC1227087] 5 pexels paduret 1193743](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)

![Dynamics 365 Contact Center - Identify your customers with enhanced authentication [MC1265792] 2 pexels anthonyshkraba production 8791212](https://mwpro.co.uk/wp-content/uploads/2024/08/pexels-anthonyshkraba-production-8791212-150x150.webp)
![(Updated) Brand impersonation protection for Teams Calling [MC1219793] 3 pexels magda ehlers pexels 1329310](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-magda-ehlers-pexels-1329310-150x150.webp)

![(Updated) Events in Meet app – Introducing a redesigned, unified Events experience in Microsoft Teams [MC1227087] 5 pexels paduret 1193743](https://mwpro.co.uk/wp-content/uploads/2024/08/pexels-paduret-1193743-150x150.webp)
