<section id="hyde-kernel-string-methods">

<!-- Start generated docs for Hyde\Foundation\Concerns\ImplementsStringHelpers -->
<!-- Generated by HydePHP DocGen script at 2024-12-22 09:14:25 in 0.07ms -->

#### `makeTitle()`

No description provided.

```php
Hyde::makeTitle(string $value): string
```

#### `makeSlug()`

No description provided.

```php
Hyde::makeSlug(string $value): string
```

#### `normalizeNewlines()`

No description provided.

```php
Hyde::normalizeNewlines(string $string): string
```

#### `stripNewlines()`

No description provided.

```php
Hyde::stripNewlines(string $string): string
```

#### `trimSlashes()`

No description provided.

```php
Hyde::trimSlashes(string $string): string
```

#### `markdown()`

No description provided.

```php
Hyde::markdown(string $text, bool $normalizeIndentation): Illuminate\Support\HtmlString
```

<!-- End generated docs for Hyde\Foundation\Concerns\ImplementsStringHelpers -->

</section>
