Groovy – split()

  • Post author:
  • Post category:Groovy
  • Post comments:2 Comments

Splits this string around matches of the given regular expression. Syntax String[] split(String regex) Parameters regex - the delimiting regular expression. Return Value It returns the array of strings computed…

Continue ReadingGroovy – split()