---
title: "hashString"
canonical: "https://support.appfire.com/space/PSCONF/15302917/hashString"
format: markdown
---
> Macro (aura-html)

> Macro (table-plus)
> 
> |  |  |  |  |
> | --- | --- | --- | --- |
> | **Syntax** | hashString(str) | **Package** |  |
> | **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> Returns a consistent hash to be used across systems.

Returns a consistent hash to be used across systems. The hash is not guaranteed to be unique (i.e. two strings s1 != s2 may have the same hash).

## Parameters

> Macro (table-plus)
> 
> | Parameter name | Type | Required | Description |
> | --- | --- | --- | --- |
> | str | String | Yes | String to be hashed. |

## Return Type

**String**

## See also

> Macro (contentbylabel)