punycode_domain_from_string

This article describes the punycode_domain_from_string() command.

Decodes input string from encoded Internationalized Domain Name in Applications (IDNA) punycode form.

Syntax

punycode_domain_from_string(encoded_string)

Parameters

NameTypeRequiredDescription
encoded_stringstring✔️An IDNA string to be decoded from punycode form. The function accepts one string argument.

Returns

  • Returns a string that represents the original Internationalized Domain Name.
  • Returns an empty result if decoding failed.

Example

datatable(encoded:string)
[
    "xn--Ge-mia.Bulg.edu", 
    "xn--Lin-8na.Celtchair.org", 
    "xn--Ry-lja8c.xn--Jng-uta63a.xn--Bng-9ka.com", 
] 
| extend domain=punycode_domain_from_string(encoded)
encodeddomain
xn–Ge-mia.Bulg.eduGáe.Bulg.edu
xn–Lin-8na.Celtchair.orgLúin.Celtchair.org
xn–Ry-lja8c.xn–Jng-uta63a.xn–Bng-9ka.comRúyì.Jīngū.Bàng.com