appactive-java-api/src/main/java/io/appactive/java/api/utils/lang/StringUtils.java [304:318]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    if (match || preserveAllTokens) {
                        lastMatch = true;
                        if (sizePlus1++ == max) {
                            i = len;
                            lastMatch = false;
                        }
                        list.add(str.substring(start, i));
                        match = false;
                    }
                    start = ++i;
                    continue;
                }
                lastMatch = false;
                match = true;
                i++;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



appactive-java-api/src/main/java/io/appactive/java/api/utils/lang/StringUtils.java [345:359]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    if (match || preserveAllTokens) {
                        lastMatch = true;
                        if (sizePlus1++ == max) {
                            i = len;
                            lastMatch = false;
                        }
                        list.add(str.substring(start, i));
                        match = false;
                    }
                    start = ++i;
                    continue;
                }
                lastMatch = false;
                match = true;
                i++;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



