Skip to main content

Module util

Module util 

Source

Functionsยง

strip_variable_sigil
Strip the leading $ sigil from a variable name, if present. Variables are stored both ways: $var in source, var in symbol tables.
utf16_code_units
Count the UTF-16 code units in a string. Needed for LSP Position.character calculations, which use UTF-16 offsets.