Class CommonRegex

java.lang.Object
io.github.jspinak.brobot.stringUtils.CommonRegex

public class CommonRegex
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    CommonRegex()  
  • Method Summary

    Modifier and Type Method Description
    static boolean isNumeric​(java.lang.String str)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • isNumeric

      public static boolean isNumeric​(java.lang.String str)