---
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/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/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
