SearchPattern.compile

Produces a SearchPattern instance which can be used to find matches of the pattern in data

@param pattern byte array containing the pattern @return a new SearchPattern instance using the given pattern

  1. SearchPattern compile(byte[] pattern)
    class SearchPattern
    static
    compile
    (
    byte[] pattern
    )
  2. SearchPattern compile(string pattern)

Meta