# `Jido.Evolve.Crossover.String`
[🔗](https://github.com/agentjido/jido_evolve/blob/v1.0.0/lib/jido_evolve/crossover/string.ex#L1)

Single-point crossover implementation for strings.

Performs crossover by selecting a random point and swapping
the portions after that point between the two parent strings.

---

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