StringUtils - unipept/unipept-visualizations GitHub Wiki

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.