Groovy – matches()

  • Post author:
  • Post category:Groovy
  • Post comments:1 Comment

It outputs whether a String matches the given regular expression. Syntax Boolean matches(String regex) Parameters Regex โˆ’ the expression for comparison. Return Value This method returns true if, and only if,…

Continue ReadingGroovy – matches()