How to get '\n' from String

Hello :slight_smile:

When a long string is received,
The user will locate the part where the ENTER key is pressed.

For example,

User pressed word
“Hello.
It is a apple.”

I want
new Text “Hello.” / “It is a apple.”

Did you understand me?
I’m not an English speaker.
I’d appreciate your help.

So you want to detect new line? You want to do it in blueprint or C++?