Module dlib.text.utils

Text processing utils

Functions

NameDescription
catStr(s1, s2) Concatenates two strings to a new string in unmanaged memory
copy(b) Make an copy of a string in unmanaged memory
immutableCopy(b) Make an immutable copy of a string in unmanaged memory