File | Code |
---|---|
HMBRAND/Text-CSV…/Notes :4: |
BUILD Int Num chomp chop pred succ match ords samecase samespace |
KAJI/App-Platform…/Project.pm6 :64: |
put self.x-prefix, color('yellow'), $_.samecase('Ab'), color('reset'); |
MATIASL/Pygments…/perl.py :275: |
'roundrobin', 'run', 'runinstead', 'sameaccent', 'samecase', 'say', |
Tux/CSV…/Notes :4: |
BUILD Int Num chomp chop pred succ match ords samecase samespace |
azawawi/farabi6…/perl6-mode.js :292: |
"samecase sameaccent chars nfd nfc nfkd nfkc printf sprintf caller", |
bduggan/p6-jupyter-kernel…/04-completions.t :22: |
is-deeply $completions, [ <samecase samemark samewith say> ], 'completions for "sa"'; |
bduggan/p6-jupyter-kernel…/04-completions.t :26: |
is-deeply $completions, [ <samecase samemark samewith say> ], 'completions for "sa"'; |
bduggan/p6-jupyter-kernel…/04-completions.t :47: |
is-deeply $completions, $("samecase", "samemark", "samespace", "say"), 'string methods'; |
perl6/doc…/regexes.pod6 :1937: |
=head3 X<Samecase|substitution adverb,:samecase;substitution adverb,:ii> |
perl6/doc…/regexes.pod6 :1939: |
The C<:samecase> or C<:ii> substitution adverb implies the |
perl6/doc…/regexes.pod6 :1945: |
s:global:samecase[the] = 'a'; |
perl6/doc…/Cool.pod6 :105: |
samecase Str |
perl6/doc…/Cool.pod6 :915: |
=head2 routine samecase |
perl6/doc…/Cool.pod6 :919: |
sub samecase(Cool $string, Cool $pattern) |
perl6/doc…/Cool.pod6 :920: |
method samecase(Cool:D: Cool $pattern) |
perl6/doc…/Cool.pod6 :935: |
say "perL 6".samecase("A__a__"); # OUTPUT: «Perl 6» |
perl6/doc…/Cool.pod6 :936: |
say "pERL 6".samecase("Ab"); # OUTPUT: «Perl 6» |
perl6/doc…/Str.pod6 :1012: |
:ii | :samecase | preserves case on substitution |
perl6/doc…/words.pws :1032: |
samecase |
tony-o/perl6-html-parser-xml…/S05.html :903: |
<p>The <code>:ii</code> (or <code>:samecase</code>) variant may be used on a substitution to change the substituted string to the same case… |
tony-o/perl6-html-parser-xml…/S05.html :1976: |
<p>In general, a modifier that affects the compilation of a regex (like <code>:i</code>) must be known at compile time. A modifier that affects only … |
tony-o/perl6-html-parser-xml…/S05.html :2018: |
<li>The <code>:samecase</code>, <code>:samespace</code> and <code>:samemark</code> modifiers (and their short forms) are only allowed on substitutions (<code>s///</code> and <code>s[] = ...</code>). |
tony-o/perl6-html-parser-xml…/S05.html :10800: |
<p>Please note that the <code>:ii</code>/<code>:samecase</code> and <code>:mm</code>/<code>:samemark</code> switches are really two differe… |
Created
October 20, 2019 16:11
-
-
Save Whateverable/742fdbb873a2db8ff69fbe78f003bc26 to your computer and use it in GitHub Desktop.
greppable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
samecase |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment