GooglePrivacyDlpV2RegexResponse

data class GooglePrivacyDlpV2RegexResponse(val groupIndexes: List<Int>, val pattern: String)

Message defining a custom regular expression.

Constructors

Link copied to clipboard
fun GooglePrivacyDlpV2RegexResponse(groupIndexes: List<Int>, pattern: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.

Link copied to clipboard

Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.