Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: K Z

    This author has written 1821 articles
    1. Home>
    2. K Z>
    3. Page 12

    Groovy – padRight()

    • Post author:K Z
    • Post published:December 15, 2021
    • Post category:Groovy
    • Post comments:1 Comment

    Pad the String with the spaces appended to the right. This method has 2 different variants. String padRight(Number numberOfCharacters) − Pad the String with the spaces appended to the right. Syntax…

    Continue ReadingGroovy – padRight()

    Groovy – padLeft()

    • Post author:K Z
    • Post published:December 15, 2021
    • Post category:Groovy
    • Post comments:1 Comment

    Pad the String with the spaces appended to the left.This method has 2 different variants. String padLeft(Number numberOfCharacters) − Pad the String with the spaces appended to the left. Syntax String…

    Continue ReadingGroovy – padLeft()

    Groovy – next()

    • Post author:K Z
    • Post published:December 15, 2021
    • Post category:Groovy
    • Post comments:2 Comments

    This method is called by the ++ operator for the class String. It increments the last character in the given String. Syntax String next() Parameters None Return Value The new…

    Continue ReadingGroovy – next()

    Groovy – minus()

    • Post author:K Z
    • Post published:December 15, 2021
    • Post category:Groovy
    • Post comments:1 Comment

    Removes the value part of the String. Syntax String minus(Object value) Parameters Value – the string object which needs to be removed Return Value The new string minus the value…

    Continue ReadingGroovy – minus()

    Groovy – matches()

    • Post author:K Z
    • Post published:December 15, 2021
    • 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()

    Groovy – indexOf()

    • Post author:K Z
    • Post published:December 15, 2021
    • Post category:Groovy
    • Post comments:2 Comments

    Returns the index within this String of the first occurrence of the specified substring. This method has 4 different variants. public int indexOf(int ch) − Returns the index within this string…

    Continue ReadingGroovy – indexOf()

    Groovy – getAt()

    • Post author:K Z
    • Post published:December 15, 2021
    • Post category:Groovy
    • Post comments:0 Comments

    In this section, we will discuss, get method in Groovy. Syntax String getAt(int index) Parameters Index – The position of the string to return Return Value String value at the…

    Continue ReadingGroovy – getAt()

    Groovy – equalsIgnoreCase()

    • Post author:K Z
    • Post published:December 15, 2021
    • Post category:Groovy
    • Post comments:1 Comment

    Compares this String to another String, ignoring case considerations. Syntax Boolean equalsIgnoreCase(String str) Parameters Str - the String to compare this String against Return Value This method returns true if…

    Continue ReadingGroovy – equalsIgnoreCase()

    Groovy – endsWith()

    • Post author:K Z
    • Post published:December 15, 2021
    • Post category:Groovy
    • Post comments:1 Comment

    Tests whether this string ends with the specified suffix. Syntax Boolean endsWith(String suffix) Parameters Suffix – The suffix to search for Return Value This method returns true if the character…

    Continue ReadingGroovy – endsWith()

    Groovy – eachMatch()

    • Post author:K Z
    • Post published:December 15, 2021
    • Post category:Groovy
    • Post comments:0 Comments

    Processes each regex group (see next section) matched substring of the given String. Syntax void eachMatch(String regex, Closure clos) Parameters Regex – The string expression to search forClosure – optional…

    Continue ReadingGroovy – eachMatch()
    • Go to the previous page
    • 1
    • …
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • …
    • 183
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP