<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [StringsReplaceArgs](./schema.stringsreplaceargs.md)

## StringsReplaceArgs interface

<b>Signature:</b>

```typescript
export interface StringsReplaceArgs extends StringsArgs 
```
<b>Extends:</b> [StringsArgs](./schema.stringsargs.md)

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [caseInsensitive?](./schema.stringsreplaceargs.caseinsensitive.md) |  | boolean | <i>(Optional)</i> |
|  [globalSearch?](./schema.stringsreplaceargs.globalsearch.md) |  | boolean | <i>(Optional)</i> |
|  [pattern](./schema.stringsreplaceargs.pattern.md) |  | string |  |
|  [replacement](./schema.stringsreplaceargs.replacement.md) |  | string |  |

