Java java.lang String Split

Java examples for java.lang:String Split

Description

Click the following links for the tutorial for java.lang and String Split.

  1. Splits up a string into a list of lines
  2. Splits up a string where elements are separated by a specific character and return all elements.
  3. split string Algorithm
  4. This is a simple utility to split strings.
  5. get First Split
  6. split function that supplement the default String.split method that does not allow returning an empty split.
  7. Splits a String by Character type as returned by java.lang.Character.getType(char).
  8. Splits the provided text into an array, separator string specified. The separator(s) will not be included in the returned String array.


  9. Splits the provided text into an array, separator string specified.
  10. Splits the provided text into an array, using whitespace as the separator.
  11. Splits the provided text into an array, using whitespace as the separator, preserving all tokens, including empty tokens created by adjacent separators.
  12. Split up a string into tokens delimited by the specified separator character.
  13. split String and get data before the criteria
  14. Like the split function on String, but does not require the delimiter to be a regular expression (this does not matter much, except when dynamically loading the delim that may have regular expression special chars in it).
  15. Split the given String into tokens.
  16. split string By Line Separator


  17. split the given string into different tokens at the occurrence of specified delimiter
  18. split Array By Size
  19. Splits text at the last occurrence of separator and returns the right part, excluding the separator.
  20. Splits the input safely honoring if values is enclosed in quotes.
  21. split string to String array
  22. Get the first Entry splitted by separator
  23. comma Delimit
  24. Convert aStringUnderscored into A_STRING_A.
  25. Remove everything and return the last value of a supplied String, and everything after it from a String.
  26. Gets the String that is nested in between two instances of the same String. A null input String returns null.
  27. Remove and return everything before the first value of a supplied String from another String.
  28. Turn a String with delimiters into a List.
  29. Get a comma separated list (sorted) from a collection of strings.
  30. This method takes the given text, replaces all '_' in it by ' ', and tokenizes the text.
  31. char Split Array
  32. Split a string into its individual characters (also as Strings).
  33. Splits String into ArrayList of words separated by separator No elements will be "". e.g.