Improved .visually-hidden
Theorically bulletproof CSS class for visually hide anything and keep it accessible to ATs.
defmodule ExecuteSigil do | |
@doc """ | |
Handles the sigil %x. Takes the given command line string, unescapes the necessary | |
characters and replaces interpolations, executes it, and returns the | |
results as a string. | |
## Examples | |
iex> %x"echo Hello \x45\x6c\x69\x78\x69\x72\x21" |