Skip to content

StringUtils

Pieter Verschaffelt edited this page Feb 22, 2021 · 1 revision

The StringUtils class provides a few helper functions that can ease the configuration process of some of the visualizations.

API

StringUtils

stringHash: number

Function that accepts one string and returns a hashcode for this string.

  • s: string: String for which a hashcode should be computed.
Clone this wiki locally