rumble icon indicating copy to clipboard operation
rumble copied to clipboard

String functions

Open ghislainfourny opened this issue 6 years ago • 3 comments

Functions left to implement:

codepoints-to-string#1, string-to-codepoints#1, compare#2, compare#3, codepoint-equal#2, string-length#0, string-length#1, normalize-space#0, normalize-space#1, normalize-unicode#1, normalize-unicode#2, upper-case#1, lower-case#1, translate#3, contains#2, substring-before#2, substring-before#3, substring-after#2, substring-after#3

Later (needs collations): ends-with#3 contains#3 starts-with#3

ghislainfourny avatar Jun 04 '18 11:06 ghislainfourny

@CodingKaiser are there any functions from that list that still remain? If so, could we list them for future reference? Thanks!

ghislainfourny avatar Apr 07 '20 08:04 ghislainfourny

@pierremotard Do you think we can now close this issue, or is there any uncovered function?

ghislainfourny avatar Dec 14 '21 16:12 ghislainfourny

Among these functions, only compare#2 and compare#3 are still uncovered.

pierremotard avatar Dec 14 '21 16:12 pierremotard