diff options
Diffstat (limited to 'docs/apidocs/bjc/everge/StringUtils.html')
| -rw-r--r-- | docs/apidocs/bjc/everge/StringUtils.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/apidocs/bjc/everge/StringUtils.html b/docs/apidocs/bjc/everge/StringUtils.html index 138f34a..f29eed3 100644 --- a/docs/apidocs/bjc/everge/StringUtils.html +++ b/docs/apidocs/bjc/everge/StringUtils.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Mon Jun 24 20:47:43 EDT 2019 --> +<!-- Generated by javadoc (1.8.0_121) on Tue Jun 25 20:15:18 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>StringUtils (everge 1.0-SNAPSHOT API)</title> -<meta name="date" content="2019-06-24"> +<meta name="date" content="2019-06-25"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../script.js"></script> </head> @@ -247,7 +247,8 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>escape</code> - The escape that stops splitting.</dd> -<dd><code>splat</code> - The string to split on.</dd> +<dd><code>splat</code> - The string to split on. If this starts with the escape sequence, things will work + poorly.</dd> <dd><code>inp</code> - The string to split.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>The string split as specified above.</dd> |
