SearchPattern.compile

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

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

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

Meta