summaryrefslogtreecommitdiff
path: root/docs/apidocs/bjc/everge/StringUtils.html
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2019-06-25 20:16:13 -0400
committerbculkin2442 <bjculkin@mix.wvu.edu>2019-06-25 20:16:13 -0400
commite30d3b21a84142963e5f217125d6930589910343 (patch)
tree7a9da23758348b8280662ba005b256b4dd989de8 /docs/apidocs/bjc/everge/StringUtils.html
parent65cdd46dce13ca35d73bdf3ebf75789df5581ac9 (diff)
Update site
Diffstat (limited to 'docs/apidocs/bjc/everge/StringUtils.html')
-rw-r--r--docs/apidocs/bjc/everge/StringUtils.html7
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>