method
insert
v3.0.0 -
Show latest stable
- Class:
ActiveSupport::Multibyte::Chars
insert(offset, fragment)public
Inserts the passed string at specified codepoint offsets.
Example:
'Café'.mb_chars.insert(4, ' périferôl').to_s # => "Café périferôl"