Retina 0.8.2, (削除) 16 (削除ここまで) 12 bytes
T`-:(|)D`__d
T`
The d replaces each ofEnter transliteration mode
(|)D`d
Replace the mouth characters (|)Dcharacter with athe corresponding digit from 0(0 to 3. The __ removes)
-:`__
Remove each of :- and -: from the string.
Implicitly output the result, which will be a single digit.
Retina 0.8.2, (削除) 16 (削除ここまで) 12 bytes
T`-:(|)D`__d
The d replaces each of the mouth characters (|)D with a digit from 0 to 3. The __ removes : and - from the string.
Implicitly output the result, which will be a single digit.
Retina 0.8.2, (削除) 16 (削除ここまで) 12 bytes
T`-:(|)D`__d
T`
Enter transliteration mode
(|)D`d
Replace the mouth character with the corresponding digit (0 to 3)
-:`__
Remove each of - and : from the string.
Implicitly output the result, which will be a single digit.
Retina 0.8.2, 16(削除) 16 (削除ここまで) 12 bytes
T`-:(|)D`0123
!`\dD`__d
T`(|)D`0123
ReplaceThe d replaces each of the mouth characters(|)D with their corresponding valuea digit from 0 to 3. The __ removes : and - from the string.
!`\d
Output all numbers inImplicitly output the resulting string (whichresult, which will just be 0, 1, 2 or 3)a single digit.
Retina 0.8.2, 16 bytes
T`(|)D`0123
!`\d
T`(|)D`0123
Replace each of the mouth characters with their corresponding value.
!`\d
Output all numbers in the resulting string (which will just be 0, 1, 2 or 3)
Retina 0.8.2, (削除) 16 (削除ここまで) 12 bytes
T`-:(|)D`__d
The d replaces each of the mouth characters(|)D with a digit from 0 to 3. The __ removes : and - from the string.
Implicitly output the result, which will be a single digit.
Retina 0.8.2, 16 bytes
T`(|)D`0123
!`\d
T`(|)D`0123
T`(|)D`0123
Replace each of the mouth characters with their corresponding value.
!`\d
!`\d
Output all numbers in the resulting string (which will just be 0, 1, 2 or 3)
Retina 0.8.2, 16 bytes
T`(|)D`0123
!`\d
T`(|)D`0123
Replace each of the mouth characters with their corresponding value.
!`\d
Output all numbers in the resulting string (which will just be 0, 1, 2 or 3)
Retina 0.8.2, 16 bytes
T`(|)D`0123
!`\d
T`(|)D`0123
Replace each of the mouth characters with their corresponding value.
!`\d
Output all numbers in the resulting string (which will just be 0, 1, 2 or 3)