string_compare
Declaration
string_compare :: fn (first: string, second: string, n := -1) bool
Description
Compare two strings in specified range and return true
if they are same otherwise return false.
Arguments
firstFirst string to be compared.secondSecond string to be compared.nOptional count of characters to be compared.
Result
Return true if n characters in first string are same as the same range in second string.
Declared in: string.bl