delchar

Removes last char from the utf-8 string

string
delchar
@safe
(
string str
)

Parameters

str
Type: string

Source string

Return Value

Type: string

string whithout last char

Meta