diff --git a/vavr/src/main/java/io/vavr/collection/CharSeq.java b/vavr/src/main/java/io/vavr/collection/CharSeq.java index f0a0a7dae..c18c47861 100644 --- a/vavr/src/main/java/io/vavr/collection/CharSeq.java +++ b/vavr/src/main/java/io/vavr/collection/CharSeq.java @@ -2347,7 +2347,8 @@ public CharSeq replace(CharSequence target, CharSequence replacement) { *
* The string {@code "boo:and:foo"}, for example, yields the following results with these expressions: *
- *+ *
+ *
Split examples showing regex and result ** Regex *Result @@ -2401,7 +2402,8 @@ public Seqsplit(String regex) { * * The string {@code "boo:and:foo"}, for example, yields the * following results with these parameters: - *
+ *
+ *
Split example showing regex, limit, and result ** Regex *Limit @@ -2456,7 +2458,8 @@ public Seqsplit(String regex, int limit) { * {@code CharSeq} may be a different length than the original {@code CharSeq}. * * Examples of lowercase mappings are in the following table: - *
+ *
+ *
Lowercase mapping examples showing language code of locale, upper case, lower case, and description ** Language Code of Locale *Upper Case @@ -2536,7 +2539,8 @@ public CharSeq toLowerCase() { ** Examples of locale-sensitive and 1:M case mappings are in the following table. * - *
+ *
+ *
Examples of locale-sensitive and 1:M case mappings. Shows Language code of locale, lower case, upper case, and description. ** Language Code of Locale *Lower Case @@ -2613,7 +2617,8 @@ public CharSeq toUpperCase() { ** Examples of locale-sensitive and 1:M case mappings are in the following table. * - *
+ *
+ *
Examples of locale-sensitive and 1:M case mappings. Shows Language code of locale, lower case, upper case, and description. ** Language Code of Locale *Lower Case