> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/2.5/api/csharp/yarn.unity/yarn.unity.localizedline/yarn.unity.localizedline.textwithoutcharactername.md).

# TextWithoutCharacterName

Property in [LocalizedLine](/2.5/api/csharp/yarn.unity/yarn.unity.localizedline.md)

## Summary

The underlying [MarkupParseResult](/2.5/api/csharp/yarn.markup/yarn.markup.markupparseresult.md) for this line, with any `character` attribute removed.

```csharp
public Markup.MarkupParseResult TextWithoutCharacterName
{
            get; }
```

## Remarks

If the line has no `character` attribute, this method returns the same value as [Text](/2.5/api/csharp/yarn.unity/yarn.unity.localizedline/yarn.unity.localizedline.text.md) .
