File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Tynamix.ObjectFiller/Plugins/String Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313// </list>
1414// The character patterns can refer to these character classes: <para />
1515// <list type="bullet">
16- // <item><description>a: lower-case ascii character, range is 'a' to 'a '</description></item>
17- // <item><description>A: upper-case ascii character, range is 'a ' to 'a '</description></item>
16+ // <item><description>a: lower-case ASCII character, range is 'a' to 'z '</description></item>
17+ // <item><description>A: upper-case ASCII character, range is 'A ' to 'Z '</description></item>
1818// <item><description>N: numbers from '0' to '9'</description></item>
1919// <item><description>X: hexadecimal digit from '0' to 'F'</description></item>
2020// </list>
@@ -47,8 +47,8 @@ namespace Tynamix.ObjectFiller
4747 /// </list>
4848 /// The character patterns can refer to these character classes: <para/>
4949 /// <list type="bullet">
50- /// <item><description>a: lower-case ascii character, range is 'a' to 'a '</description></item>
51- /// <item><description>A: upper-case ascii character, range is 'a ' to 'a '</description></item>
50+ /// <item><description>a: lower-case ASCII character, range is 'a' to 'z '</description></item>
51+ /// <item><description>A: upper-case ASCII character, range is 'A ' to 'Z '</description></item>
5252 /// <item><description>N: numbers from '0' to '9'</description></item>
5353 /// <item><description>X: hexadecimal digit from '0' to 'F'</description></item>
5454 /// </list>
You can’t perform that action at this time.
0 commit comments