One edit operation of the Needleman-Wunsch algorithm.
Convert a camelCase string to dash-case.
Convert a camelCase string to dash-case.
Compute an alignment of query against reference using the Needleman-Wunsch algorithm with non-negative scores and constant indel penalty. Optionally, the freeShift mode may be activated as to allow large indels at the beginning and end of the alignment.
Adds one level of indentation for a multi-line string. Adds indentSize spaces to each non-empty line.
Returns longest query and refernce length possible with memoryLimit.
Convert a floating point number to a base-10 string at compile time. This function is very crude and will not work in many cases!
Represents an alignment of two sequences.
Subject to the terms of the MIT license, as written in the included LICENSE file.
© 2019 Arne Ludwig <arne.ludwig@posteo.de>
Some additional string functions.