Comment by gmfawcett

6 years ago

What was the acronym for "accessibility" again?

    PS C:\> 'accessibility' -replace '(?<=^.)(.+)(?=.$)', {$_.Length}
    a11y

(PowerShell 7)