Lines Matching refs:StringUtils

28 o LANG-1535: Add StringUtils.containsAnyIgnoreCase(CharSequence, CharSequence...). Thanks to Gary G…
36 o Add StringUtils.substringBefore(String, int). Thanks to Gary Gregory.
49 o LANG-1579: Improve StringUtils.stripAccents conversion of remaining accents. Thanks to XenoAmess.
50 o LANG-1606: StringUtils.countMatches - clarify Javadoc. Thanks to Rustem Galiev.
59 o LANG-1610: Fix StringUtils.unwrap throws StringIndexOutOfBoundsException #636. Thanks to Tony Lia…
63 o LANG-1620: Refine StringUtils.lastIndexOfIgnoreCase #664. Thanks to Arturo Bernal.
64 o LANG-1619: Refine StringUtils.abbreviate #663. Thanks to Arturo Bernal.
65 o LANG-1584: Refine StringUtils.isNumericSpace #573. Thanks to Arturo Bernal.
66 o LANG-1580: Refine StringUtils.deleteWhitespace #569. Thanks to Arturo Bernal.
155 o Add org.apache.commons.lang3.StringUtils.substringAfter(String, int).
156 o Add org.apache.commons.lang3.StringUtils.substringAfterLast(String, int).
159 o Fix Javadoc for StringUtils.appendIfMissingIgnoreCase() #507. Thanks to contextshuffli…
163 o LANG-1528: StringUtils.replaceEachRepeatedly gives IllegalStateException #505. Thanks to Edwin De…
174 o Simplify some if statements in StringUtils. #521. Thanks to Isira Seneviratne, Bruno P…
175 o LANG-1537: Simplify a null check in the private replaceEach() method of StringUtils. #514. Thanks…
239 o LANG-1461: Add null-safe StringUtils APIs to wrap String#getBytes([Charset|String]).
247 o LANG-1489: Add null-safe APIs as StringUtils.toRootLowerCase(String) and StringUtils.toRootUpperC…
268 o LANG-1475: StringUtils.unwrap incorrect throw StringIndexOutOfBoundsException. Thanks to stzx.
269 o LANG-1406: StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase #423. Thanks to gerat…
270 o LANG-1453: StringUtils.removeIgnoreCase("?a", "a") throws IndexOutOfBoundsException #423. Thanks …
272 o LANG-1463: StringUtils abbreviate returns String of length greater than maxWidth #477. Thanks to …
300 o LANG-1523: Avoid unnecessary allocation in StringUtils.wrapIfMissing. #496. Thanks to Edgar Asatr…
347 o LANG-1422: Add null-safe StringUtils.valueOf(char[]) to delegate to String.valueOf(char[])
356 o LANG-1436: Consolidate the StringUtils equals and equalsIgnoreCase Javadoc and implementation
357 o (doc) Fix javadoc for 'startIndex' parameter of StringUtils.join() methods. GitHub PR …
429 o LANG-1391: Improve Javadoc for StringUtils.isAnyEmpty(null) Thanks to Sauro Matulli, Oleg Chubary…
432 o LANG-1238: Add RegexUtils class instead of overloading methods in StringUtils that take a regex t…
433 o LANG-1390: StringUtils.join() with support for List<?> with configurable start/end indices. Thank…
444 o LANG-1375: defaultString(final String str) in StringUtils to reuse defaultString(final String str…
498 o LANG-1358: Improve StringUtils#replace throughput Thanks to Stephane Landelle.
546 o The methods org.apache.commons.lang3.StringUtils.getJaroWinklerDistance and
547 org.apache.commons.lang3.StringUtils.getLevenshteinDistance
594 o LANG-1304: Add method in StringUtils to determine if string contains both
598 o LANG-1307: Add a method in StringUtils to extract only digits out of input
611 o LANG-1160: StringUtils#abbreviate should support 'custom ellipses' parameter.
612 o LANG-1293: Add StringUtils#isAllEmpty and #isAllBlank methods.
632 StringUtils. Thanks to Mark Dacek.
640 o LANG-1281: Javadoc of StringUtils.ordinalIndexOf is contradictory.
642 o LANG-1188: StringUtils#join(T...): warning: [unchecked] Possible heap
652 o LANG-1271: StringUtils#isAnyEmpty and #isAnyBlank should return false for an
654 o LANG-1155: Add StringUtils#unwrap. Thanks to Saif Asif, Thiago Andrade.
677 o LANG-1277: StringUtils#getLevenshteinDistance reduce memory consumption.
680 o LANG-1143: StringUtils should use toXxxxCase(int) rather than
703 o Numerous extensions to org.apache.commons.lang3.StringUtils including
778 o LANG-787: Add method removeIgnoreCase(String, String) to StringUtils. Thanks
782 o LANG-1257: Add APIs StringUtils.wrapIfMissing(String, char|String). Thanks to
787 o LANG-1013: Add StringUtils.truncate(). Thanks to Thiago Andrade.
814 o LANG-1169: Add StringUtils methods to compare a string to multiple strings.
816 o LANG-1185: Add remove by regular expression methods in StringUtils.
817 o LANG-1139: Add replace by regular expression methods in StringUtils.
818 o LANG-1171: Add compare methods in StringUtils.
831 o LANG-701: StringUtils join with var args. Thanks to James Sawle.
839 o LANG-1119: Add rotate(string, int) method to StringUtils. Thanks to
862 o LANG-1226: StringUtils#normalizeSpace does not trim the string anymore.
871 o LANG-1199: Fix implementation of StringUtils.getJaroWinklerDistance(). Thanks
873 o LANG-1244: Fix dead links in StringUtils.getLevenshteinDistance() javadoc.
877 o LANG-901: StringUtils#startsWithAny/endsWithAny is case sensitive -
883 o LANG-1120: StringUtils.stripAccents should remove accents from "?" and "?".
887 o LANG-1222: Fix for incorrect comment on StringUtils.containsIgnoreCase
925 o LANG-1118: StringUtils.repeat('z', -1) throws NegativeArraySizeException.
928 o LANG-1162: StringUtils#equals fails with Index OOBE on non-Strings with
931 o LANG-1200: Fix Javadoc of StringUtils.ordinalIndexOf. Thanks to BarkZhang.
933 StringUtils.containsAny(CharSequence, CharSequence...). Thanks to
963 o LANG-1210: StringUtils#startsWithAny has error in Javadoc. Thanks to
966 o LANG-1182: Clarify Javadoc of StringUtils.containsAny(). Thanks to
969 StringUtils.
978 o LANG-1058: StringUtils.uncapitalize performance improvement. Thanks to
1016 o LANG-883: Add StringUtils.containsAny(CharSequence, CharSequence...) method.
1020 o LANG-1033: Add StringUtils.countMatches(CharSequence, char)
1025 o LANG-999: Add fuzzy String matching logic to StringUtils. Thanks to
1059 o LANG-1077: StringUtils.ordinalIndexOf("aaaaaa", "aa", 2) != 3 in StringUtils.
1063 o LANG-1064: StringUtils.abbreviate description doesn't agree with the
1095 StringUtils.replaceEachRepeatedly(...),
1096 StringUtils.replaceEach(...) Thanks to Arno Noordover.
1102 o LANG-1026: Bring static method references in StringUtils to consistent style.
1105 StringUtils.isNumeric. Thanks to Christoph Schneegans.
1108 o LANG-1006: Add wrap (with String or char) to StringUtils. Thanks to
1167 o LANG-944: Add the Jaro-Winkler string distance algorithm to StringUtils.
1187 o LANG-969: StringUtils.toEncodedString(byte[], Charset) needlessly throws
1192 o LANG-936: StringUtils.getLevenshteinDistance with too big of a threshold
1269 o LANG-848: Added StringUtils.isBlank/isEmpty CharSequence... methods.
1272 o LANG-795: StringUtils.toString(byte[], String) deprecated in favour of a new
1273 StringUtils.toString(byte[], CharSet). Thanks to Aaron Digulla.
1281 o LANG-875: Added appendIfMissing and prependIfMissing methods to StringUtils.
1282 o LANG-870: Add StringUtils.LF and StringUtils.CR values.
1292 o LANG-853: StringUtils join APIs for primitives.
1293 o LANG-841: Add StringUtils API to call String.replaceAll in DOTALL a.k.a.
1335 o LANG-844: Fix examples contained in javadoc of StringUtils.center methods.
1345 o LANG-813: StringUtils.equalsIgnoreCase doesn't check string reference
1347 o LANG-810: StringUtils.join() endIndex, bugged for loop.
1355 o LANG-786: StringUtils equals() relies on undefined behavior.
1356 o LANG-783: Documentation bug: StringUtils.split.
1375 o LANG-910: StringUtils.normalizeSpace now handles non-breaking spaces
1403 o LANG-760: Add API StringUtils.toString(byte[] input, String charsetName)
1413 o LANG-744: StringUtils throws java.security.AccessControlException on Google
1422 o LANG-758: Add an example with whitespace in StringUtils.defaultIfEmpty
1442 o LANG-444: StringUtils.emptyToNull.
1467 o LANG-614: StringUtils.endsWithAny method
1468 o LANG-640: Add normalizeSpace to StringUtils
1473 o LANG-655: Add StringUtils.defaultIfBlank()
1489 StringUtils.indexOf(String, String, int).
1500 o LANG-424: Improve Javadoc for StringUtils class.
1506 o LANG-510: Convert StringUtils API to take CharSequence.
1538 o LANG-418: Javadoc incorrect for StringUtils.endsWithIgnoreCase.
1539 o LANG-428: StringUtils.isAlpha, isAlphanumeric and isNumeric now return false
1561 o LANG-608: Some StringUtils methods should take an int character instead of
1570 o LANG-643: Javadoc StringUtils.left() claims to throw on negative len, but
1576 o LANG-656: Example StringUtils.indexOfAnyBut("zzabyycdxx", '') = 0 incorrect
1592 o LANG-703: StringUtils.join throws NPE when toString returns null for one of
1595 o LANG-714: StringUtils doc/comment spelling fixes.