4

I have file with string like this

\u0440\u043e

How I can decode this string on PowerShell?

1 Answer 1

4

You can use the regex unescape function:

[regex]::Unescape("\u0440\u043e")

Output:

ро
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.