Commit fbba5cc
authored
use regex_match in constraint docs (#1953)
<!-- ELLIPSIS_HIDDEN -->
> [!IMPORTANT]
> Replaces `contains` with `regex_match` in `checks-and-asserts.mdx` for
more precise pattern matching in `@assert` and `@check` attributes.
>
> - **Behavior**:
> - Replaces `contains` with `regex_match` in `checks-and-asserts.mdx`
for `@assert` and `@check` attributes in `Foo` class example.
> - Specifically changes `bar_no_foo`, `bar_no_fizzle`, and `bar_no_baz`
constraints to use `regex_match` for pattern matching.
>
> <sup>This description was created by </sup>[<img alt="Ellipsis"
src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup>
for 17d1025. You can
[customize](https://app.ellipsis.dev/BoundaryML/settings/summaries) this
summary. It will automatically update as commits are pushed.</sup>
<!-- ELLIPSIS_HIDDEN -->1 parent e9d699b commit fbba5cc
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
307 | | - | |
308 | | - | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| |||
0 commit comments