본문으로 건너뛰기
더시드위키
최근 변경
최근 토론
도구 모음
틀
isuuid
(비교)
보기
RAW
역사
r64 vs r65
1
##길이
2
1
{{{#!if uuid?.length == 36
3
2
##하이픈
4
3
{{{#!if uuid?.substring(8, 9) == '-' && uuid?.substring(13, 14) == '-' && uuid?.substring(18, 19) == '-' && uuid?.substring(23, 24) == '-'
...
...