Post History
Fig, 3 bytes Actual score is: $3\log_{256}(96)\approx$ 2.469 bytes. Filters consonants from the input string using implicit input. Fcb Try it online! Fcb F : Filter with two string args fi...
#1: Initial revision
# [Fig](https://github.com/Seggan/Fig), 3 bytes
Actual score is: \$3\log_{256}(96)\approx\$ 2.469 bytes. Filters consonants from the input string using implicit input.
```
Fcb
```
[Try it online!](https://fig.fly.dev/#WyJGY2IiLCJBYWVFSWlPb3VVIl0=)
```
Fcb
F : Filter with two string args filters a from b
cb : constant for upper/lowercase consonants
```
