> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/contracts/contracts.with_name_suffix.md).

# Contracts.with\_name\_suffix()

`with_name_suffix(`*`suffix: str, sensitivity: bool = True`*`) ->` [`Contracts`](/glider-ide/api/contracts.md)

## Query Example

```python
from glider import *

def query():

  prefix_contracts = Contracts().with_name_suffix("link", sensitivity=False).exec(1)

  return prefix_contracts
```

## Output Example

<figure><img src="/files/30Lft8a1SnePsydYxg6F" alt=""><figcaption></figcaption></figure>
