module TextSegment

Overview

Shard TextSegment implements Unicode Text Segmentation according to Unicode Standard Annex #29 (Unicode version 12.0.0) to determine the grapheme cluster boundaries of unicode text.

Defined in:

textseg.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.graphemes(str : String) #

Returns a grapheme cluster iterator


[View source]