---
title: wordMatch
description: Compares an assertion value of Directory String syntax to a value whose syntax is the ASN.1 DirectoryString type.
component: pingds
version: 8.1
page_id: pingds:schemaref:mr-wordMatch
canonical_url: https://docs.pingidentity.com/pingds/8.1/schemaref/mr-wordMatch.html
---

# wordMatch

Compares an assertion value of Directory String syntax to a value whose syntax is the ASN.1 DirectoryString type.

The rule evaluates to TRUE if and only if the assertion value character string matches a word in the attribute value, according to the semantics of the `caseIgnoreMatch` rule.

In this implementation, a word match occurs if the assertion value is contained within the attribute value, and the assertion value is bounded by the start or the end of the attribute value or any of the following characters:

* A space

* A period

* A comma

* A slash

* A dollar sign

* A plus sign

* A dash

* An underscore

* An octothorpe (`#`)

* An equal sign

|                    |                                                           |
| ------------------ | --------------------------------------------------------- |
| *OID*              | 2.5.13.32                                                 |
| *Names*            | wordMatch                                                 |
| *Assertion syntax* | [DirectoryString](s-DirectoryString.html)                 |
| *Origin*           | [RFC 4517](https://datatracker.ietf.org/doc/html/rfc4517) |
