Files
2021-01-06 04:33:13 +02:00

46 lines
3.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

 function O_GNICALPER_POT_LACIREMUN_O_NUMERICAL_TOP_REPLACING_O ( O_GNIRTS_O_STRING_O )
{
return (
String
(
O_GNIRTS_O_STRING_O
. toString ()
. split( "9" ) . join ( "⁂" )
. split( "8" ) . join ( "❋" )
. split( "7" ) . join ( "ᐃ" )
. split( "6" ) . join ( "⠿" )
. split( "5" ) . join ( "ⵘ" )
. split( "4" ) . join ( "∷" )
. split( "3" ) . join ( "ⵈ" )
. split( "2" ) . join ( "" )
. split( "1" ) . join ( "·" )
. split( "0" ) . join ( "" )
. split( "." ) . join ( "◌" )
)
)
}
;
function O_GNICALPER_MOTOB_LACIREMUN_O_NUMERICAL_BOTOM_REPLACING_O ( O_GNIRTS_O_STRING_O )
{
return (
String
(
O_GNIRTS_O_STRING_O
. toString ()
. split( "9" ) . join ( "⁂" )
. split( "8" ) . join ( "❋" )
. split( "7" ) . join ( "ᐁ" )
. split( "6" ) . join ( "⠿" )
. split( "5" ) . join ( "ⵘ" )
. split( "4" ) . join ( "∷" )
. split( "3" ) . join ( "ⵈ" )
. split( "2" ) . join ( "" )
. split( "1" ) . join ( "·" )
. split( "0" ) . join ( "" )
. split( "." ) . join ( "◌" )
)
)
}
;