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 8ad2322 commit f2e063eCopy full SHA for f2e063e
doc/Type/Str.pod6
@@ -932,7 +932,7 @@ C<NFKD> methods if other forms are required.
932
933
Replaces one or many characters with one or many characters. Ranges are
934
supported, both for keys and values. Regexes work as keys. In case a list of
935
-keys and values is used, substrings can be replaced aswell. When called with
+keys and values is used, substrings can be replaced as well. When called with
936
C<:complement> anything but the matched value or range is replaced with a
937
single value. With C<:delete> the matched characters are removed. Combining
938
C<:complement> and C<:delete> will remove anything but the matched values. The
0 commit comments