FieldProxy.matches¶
Match field against a regex/glob-style pattern.
Signature¶
matches(pattern: str) -> FilterExpression
Parameters¶
| Name | Type | Required | Default |
|---|---|---|---|
pattern |
str |
yes | - |
Fields¶
| Field |
|---|
pattern |
Return shape¶
FilterExpression
Permission¶
This is a local SDK helper. It does not call the CloudSprite HTTP API.
Usage¶
field_proxy.matches(pattern)