We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0809f commit e733325Copy full SHA for e733325
STYLEGUIDE.md
@@ -80,8 +80,9 @@ To avoid the version number to be wrapped on a separate line from the 'Perl' ter
80
use a [non-breaking space (NBSP)](https://en.wikipedia.org/wiki/Non-breaking_space),
81
that is coded as Unicode character U+00A0.
82
83
-See also [issue 1719](https://github.com/perl6/doc/issues/1719) which contains
84
-a Perl one-liner to apply NBSP to 'Perl 5|6'.
+To convert all Perl names to this style in `SOME-FILE`, you can use this one liner:
+
85
+ perl -C -pi -e 's/Perl (6|5)/Perl\x{A0}$1/g' SOME-FILE
86
87
### Domain
88
0 commit comments