From 1ab7c6b0e02cdbc2dd911bb9df8a5bc6467d0434 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Fri, 21 Jun 2019 16:37:27 -0400 Subject: Update documentation site --- docs/apidocs/bjc/everge/StringUtils.html | 291 +++++++++++++++++++++++++++++++ 1 file changed, 291 insertions(+) create mode 100644 docs/apidocs/bjc/everge/StringUtils.html (limited to 'docs/apidocs/bjc/everge/StringUtils.html') diff --git a/docs/apidocs/bjc/everge/StringUtils.html b/docs/apidocs/bjc/everge/StringUtils.html new file mode 100644 index 0000000..0b5e338 --- /dev/null +++ b/docs/apidocs/bjc/everge/StringUtils.html @@ -0,0 +1,291 @@ + + + + + + +StringUtils (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
bjc.everge
+

Class StringUtils

+
+
+ +
+
    +
  • +
    +
    +
    public class StringUtils
    +extends Object
    +
    Utility methods for strings.
    +
    +
    Author:
    +
    Ben Culkin.
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        StringUtils

        +
        public StringUtils()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        escapeSplit

        +
        public static String[] escapeSplit(String escape,
        +                                   String splat,
        +                                   String inp)
        +
        Split a string on every occurance of a string not preceeded by an escape.
        +
        +
        Parameters:
        +
        escape - The escape that stops splitting.
        +
        splat - The string to split on.
        +
        inp - The string to split.
        +
        Returns:
        +
        The string split as specified above.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + -- cgit v1.2.3