You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>A notation for <code>static final</code> fields in Java. This notation is like <ahref="../de.joshuagleitze.stringnotation/-screaming-snake-case/index.html">ScreamingSnakeCase</a>, but when <ahref="../de.joshuagleitze.stringnotation/-string-notation/print.html">printing</a>, it
18
+
will drop any character that is not allowed in a Java identifier. If the result is a Java keyword, <code>_</code> will be appended to it.</p>
<p>A notation for java member names. This notation is like <ahref="../de.joshuagleitze.stringnotation/-lower-camel-case/index.html">LowerCamelCase</a>, but will drop any character that is not allowed in a Java
18
-
identifier when <ahref="../de.joshuagleitze.stringnotation/-string-notation/print.html">printing</a>.</p>
22
+
<p>A notation for java member names. This notation is like <ahref="../de.joshuagleitze.stringnotation/-lower-camel-case/index.html">LowerCamelCase</a>, but when <ahref="../de.joshuagleitze.stringnotation/-string-notation/print.html">printing</a>, it will drop any
23
+
character that is not allowed in a Java identifier. If the result is a Java keyword, <code>_</code> will be appended to it.</p>
<p>A notation for whole java packages. When <ahref="../de.joshuagleitze.stringnotation/-string-notation/print.html">printing</a> parts, it will drop any character that is not allowed in a Java
28
+
identifier. If the result is a Java keyword, <code>_</code> will be appended to it.</p>
<p>A notation for java package parts. When <ahref="../de.joshuagleitze.stringnotation/-string-notation/print.html">printing</a>, it simply concatenates all word parts and drops any character
33
+
that is not allowed in a Java identifier. If the result is a Java keyword, <code>_</code> will be appended to it. When
34
+
<ahref="../de.joshuagleitze.stringnotation/-string-notation/parse.html">parsing</a>, the notation will recognise word parts both in the <ahref="../de.joshuagleitze.stringnotation/-lower-camel-case/index.html">LowerCamelCase</a> and the <ahref="../de.joshuagleitze.stringnotation/-snake-case/index.html">SnakeCase</a> notation.
35
+
However, neither notation is conventional and parsing will usually yield only one word part on real-world inputs.</p>
<p>A notation for java type names. This notation is like <ahref="../de.joshuagleitze.stringnotation/-upper-camel-case/index.html">UpperCamelCase</a>, but will drop any character that is not allowed in a Java
23
-
identifier when <ahref="../de.joshuagleitze.stringnotation/-string-notation/print.html">printing</a>.</p>
39
+
<p>A notation for Java type names. This notation is like <ahref="../de.joshuagleitze.stringnotation/-upper-camel-case/index.html">UpperCamelCase</a>, but when <ahref="../de.joshuagleitze.stringnotation/-string-notation/print.html">printing</a>, it will drop any
40
+
character that is not allowed in a Java identifier. If the result is a Java keyword, <code>_</code> will be appended to it.</p>
<p>A notation for java member names. This notation is like <ahref="../-lower-camel-case/index.html">LowerCamelCase</a>, but will drop any character that is not allowed in a Java
97
-
identifier when <ahref="../-string-notation/print.html">printing</a>.</p>
95
+
<p>A notation for java member names. This notation is like <ahref="../-lower-camel-case/index.html">LowerCamelCase</a>, but when <ahref="../-string-notation/print.html">printing</a>, it will drop any
96
+
character that is not allowed in a Java identifier. If the result is a Java keyword, <code>_</code> will be appended to it.</p>
<p>A notation for java type names. This notation is like <ahref="../-upper-camel-case/index.html">UpperCamelCase</a>, but will drop any character that is not allowed in a Java
106
-
identifier when <ahref="../-string-notation/print.html">printing</a>.</p>
<p>A notation for whole java packages. When <ahref="../-string-notation/print.html">printing</a> parts, it will drop any character that is not allowed in a Java
105
+
identifier. If the result is a Java keyword, <code>_</code> will be appended to it.</p>
<p>A notation for java package parts. When <ahref="../-string-notation/print.html">printing</a>, it simply concatenates all word parts and drops any character
114
+
that is not allowed in a Java identifier. If the result is a Java keyword, <code>_</code> will be appended to it. When
115
+
<ahref="../-string-notation/parse.html">parsing</a>, the notation will recognise word parts both in the <ahref="../-lower-camel-case/index.html">LowerCamelCase</a> and the <ahref="../-snake-case/index.html">SnakeCase</a> notation.
116
+
However, neither notation is conventional and parsing will usually yield only one word part on real-world inputs.</p>
0 commit comments