SQLRegex#

class SQLRegex(pattern, string, flags=0)[source]#

Representation of an SQL expression to match a string against a regex.

Methods

search

Parameters:
  • pattern (str) –

  • string (str) –

  • flags (int) –