# `Dagger.SearchSubmatch`
[🔗](https://github.com/dagger/dagger/blob/v0.20.5/sdk/elixir/lib/dagger/gen/search_submatch.ex#L2)

Dagger.SearchSubmatch

# `t`

```elixir
@type t() :: %Dagger.SearchSubmatch{client: term(), query_builder: term()}
```

# `end_`

```elixir
@spec end_(t()) :: {:ok, integer()} | {:error, term()}
```

The match's end offset within the matched lines.

# `id`

```elixir
@spec id(t()) :: {:ok, Dagger.SearchSubmatchID.t()} | {:error, term()}
```

A unique identifier for this SearchSubmatch.

# `start`

```elixir
@spec start(t()) :: {:ok, integer()} | {:error, term()}
```

The match's start offset within the matched lines.

# `text`

```elixir
@spec text(t()) :: {:ok, String.t()} | {:error, term()}
```

The matched text.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
