---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/ods](../index.md) / isFriendlySandboxId

# Function: isFriendlySandboxId()

> **isFriendlySandboxId**(`value`): `boolean`

Defined in: [packages/b2c-tooling-sdk/src/operations/ods/sandbox-lookup.ts:75](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/ods/sandbox-lookup.ts#L75)

Checks if a string matches the friendly sandbox ID format (realm-instance or realm_instance).

## Parameters

### value

`string`

The string to check

## Returns

`boolean`

true if the value matches the friendly format
