API reference › @evolu/common › String
String utilities.
Functions
| Function | Description |
|---|---|
| escapeRegExp | Escapes regular-expression syntax so a string can be used as a literal pattern. |
| safelyStringifyUnknownValue | Converts an unknown value to a compact, human-readable diagnostic string. |