함수 base16_decode()

Jmnote (토론 | 기여)님의 2022년 12월 11일 (일) 00:52 판 (새 문서: ==개요== {{DISPLAYTITLE:함수 base16_decode()}} ;함수 base16_decode() ==Bash== <syntaxhighlight lang='bash'> echo -n '68656c6c6f20776f726c64' | xxd -p -r # hello world </syntaxh...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

함수 base16_decode()

2 Bash

echo -n '68656c6c6f20776f726c64' | xxd -p -r
# hello world
echo -n 'e2988541eab080e38182e4b8ad' | xxd -p -r
# ★A가あ中

3 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}