mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
[DOC] Tweaks for String#unicode_normalize!
This commit is contained in:
parent
17f3588a43
commit
3cd30814d4
Notes:
git
2025-11-16 21:27:32 +00:00
4
string.c
4
string.c
@ -11972,9 +11972,9 @@ rb_str_unicode_normalize(int argc, VALUE *argv, VALUE str)
|
||||
* unicode_normalize!(form = :nfc) -> self
|
||||
*
|
||||
* Like String#unicode_normalize, except that the normalization
|
||||
* is performed on +self+.
|
||||
* is performed on +self+ (not on a copy of +self+).
|
||||
*
|
||||
* Related String#unicode_normalized?.
|
||||
* Related: see {Modifying}[rdoc-ref:String@Modifying].
|
||||
*
|
||||
*/
|
||||
static VALUE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user