Class FindRegularExpressionInString

java.lang.Object
javatapas.string.FindRegularExpressionInString

public class FindRegularExpressionInString
extends Object
Version:
2021-05-27
Author:
Kodiak Brown
  • Constructor Details

    • FindRegularExpressionInString

      public FindRegularExpressionInString()
  • Method Details

    • findRegularExpressionInString

      public static void findRegularExpressionInString​(String inStr, String regex)
      Turns array of bytes into a Hexadecimal string.
      Parameters:
      inStr - The input String to look for matches in.
      regex - The regular expression to match in the input String. Make sure the regex is appropriately escaped per Java regex escape rules.