Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 1, 2020 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/d4a6eaf8447ff656e209c66ff3cb1677 to your computer and use it in GitHub Desktop.
Save Whateverable/d4a6eaf8447ff656e209c66ff3cb1677 to your computer and use it in GitHub Desktop.
greppable6
File Code
HMBRAND/Text-CSV
…/CSV.pod6 :2978:
:ex:se gw=75|color guide #ff0000:
Tux/CSV
…/CSV.pod6 :2978:
:ex:se gw=75|color guide #ff0000:
p6-css/CSS-Grammar-p6
…/AST.pm :72:
:em<length> :ex<length> :rem<length> :ch<length> :vw<length> :vh<length> :vmin<length> :vmax<length>
p6-css/CSS-Properties-p6
…/Changes :54:
:em, :ex, etc.
p6-css/CSS-Properties-p6
…/Units.pm :21:
sub postfix:<ex>(Numeric $v) is rw is export(:ex) { $v but Type['ex'] };
perl6/doc
…/regexes.pod6 :1593:
say "Abra abra CADABRA".match($regex,:ex);
perl6/doc
…/regexes.pod6 :1599:
is only used when defining the C<$regex> variable, and C<:ex> (short for
perl6/doc
…/regexes.pod6 :1604:
my $regex = rx:ex/:i a \w+ a /;
perl6/doc
…/regexes.pod6 :1849:
=head3 X<Exhaustive|matching adverb,:exhaustive;matching adverb,:ex>
perl6/doc
…/regexes.pod6 :1853:
C<:ex>) adverb.
supernovus/exemel
…/namespaces.xml :2:
<test xmlns="http://ns.z4y.net/test" xmlns:ex="http://ns.z4y.net/example/1.0"\>
tony-o/perl6-html-parser-xml
…/S05.html :1119:
<p>All of <code>:g</code>, <code>:ov</code>, <code>:nth</code>, and <code>:x</code> are incompatible with <code>:p</code> and will fail, recommending use of <code>:c</code> instead. The <code>:ex</code> modifier is allowed but will produce only matches at that position.</p>
tony-o/perl6-html-parser-xml
…/S05.html :1700:
<li>With the new <code>:ex</code> (<code>:exhaustive</code>) modifier, the current regex will match every possible way (including overlapping) and return a list of all matches.
tony-o/perl6-html-parser-xml
…/S05.html :9846:
<li>When an entire regex is successfully matched with repetitions (specified via the <code>:x</code> or <code>:g</code> flag) or overlaps (specified via the <code>:ov</code> or <code>:ex</code> flag), it will usually produce a sequence of distinct matches.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment