This is the revision history for regex in <matrix.org:#rAnyijhRxzFRfdjSHl:matrix.org>
factoid_id | subject | copula | predicate | author | namespace |
---|---|---|---|---|---|
16018 | regex | is | `compose `eval use PPR; $x=`quote d `arg!!; ($l, $r) = ($x=~m/((?&PerlSubstitution))\s+(.*)$PPR::GRAMMAR/); $_=$r; s/'/\\'/; sprintf '[eval $x=\'%s\'; $x =~ %s; $x]', $_, $l;!! Error: unmatched opening parenthesis in compose |
simcop2387 | <*:##NULL> |
16017 | regex | is | `compose `eval use PPR; $x=`quote d `arg!!; ($l, $r) = ($x=~m/((?&PerlSubstitution))\s+(.*)$PPR::GRAMMAR/); $_=$r; s/'/\\'/; sprintf '[eval $x=\'%s\'; $x =~ %s;]', $_, $l;!! No output. |
simcop2387 | <*:##NULL> |
16016 | regex | is | `eval use PPR; $x=`quote d `arg!!; ($l, $r) = ($x=~m/((?&PerlSubstitution))\s+(.*)$PPR::GRAMMAR/); $_=$r; s/'/\\'/; sprintf '[eval $x=\'%s\'; $x =~ %s;]', $_, $l; # ignore the regex! [eval $x='abc\'d'; $x =~ s/a'/b'/g;] |
simcop2387 | <*:##NULL> |
16015 | regex | is | `eval use PPR; $x=`quote d `arg!!; ($l, $r) = ($x=~m/((?&PerlSubstitution))\s+(.*)$PPR::GRAMMAR/); $_=$r; s/'/\'/; sprintf '[eval $x=\'%s\'; $x =~ %s;]', $_, $l; # ignore the regex! [eval $x='abc'd'; $x =~ s/a'/b'/g;] |
simcop2387 | <*:##NULL> |
16014 | regex | is | `eval use PPR; $x=`quote d `arg!!; ($l, $r) = ($x=~m/((?&PerlSubstitution))\s+(.*)$PPR::GRAMMAR/); $_=$l; s/'/\'/; sprintf '[eval $x=\'%s\'; $x =~ %s;]', $r, $_; # ignore the regex! [eval $x='abcd'; $x =~ s/a'/b'/g;] |
simcop2387 | <*:##NULL> |
16013 | regex | is | `eval use PPR; $x="s/a/b/ig string here"; ($l, $r) = ($x=~m/((?&PerlSubstitution))\s+(.*)$PPR::GRAMMAR/); $_=$r; s/'/\'/; sprintf '[eval $x=\'%s\'; $x =~ %s;]', $l, $_; # ignore the regex! [eval $x='s/a/b/ig'; $x =~ string here;] |
simcop2387 | <*:##NULL> |
16012 | regex | is | `eval use PPR; $x="s/a/b/ig string here"; ($l, $r) = ($x=~m/((?&PerlSubstitution))\s+(.*)$PPR::GRAMMAR/); $_=$l; s/'/\'/; sprintf '[eval $x=\'%s\'; $x =~ %s;]', $_, $r; # ignore the regex! [eval $x='s/a/b/ig'; $x =~ string here;] |
simcop2387 | <*:##NULL> |
16011 | regex | is | `eval use PPR; $x="s/a/b/ig string here"; ($l, $r) = ($x=~m/((?&PerlSubstitution))\s+(.*)$PPR::GRAMMAR/); $_=$l; s/'/\'/; sprintf '[eval $x=\'%s\'; $x =~ %s;]", $_, $r; # ignore the regex! ERROR: Can't find string terminator "'" anywhere before EOF at (IRC) line 1. |
simcop2387 | <*:##NULL> |
16010 | regex | is | `eval use PPR; $x="s/a/b/ig string here"; ($l, $r) = ($x=~m/((?&PerlSubstitution))\s+(.*)$PPR::GRAMMAR/); sprintf '[eval $x=\'%s\'; $x =~ $s;]', $l, $r! Redundant argument in sprintf at (IRC) line 1. [eval $x='s/a/b/ig'; $x =~ $s;] |
simcop2387 | <*:##NULL> |
16009 | regex | is | `eval use PPR; $x="s/a/b/ig string here"; ($l, $r) = ($x=~m/((?&PerlSubstitution))\s+(.*)$PPR::GRAMMAR/); sprintf '[eval $x=\'%s\'; $x =~ $s;]", $l, $r! ERROR: Can't find string terminator "'" anywhere before EOF at (IRC) line 1. |
simcop2387 | <*:##NULL> |
16008 | regex | is | `eval use PPR; $x="s/a/b/ig string here"; ($l, $r) = ($x=~m/((?&PerlSubstitution))\s+(.*)$PPR::GRAMMAR/); "[eval $l =~ $r; $l]"! [eval s/a/b/ig =~ string here; s/a/b/ig] |
simcop2387 | <*:##NULL> |
16007 | regex | is | `eval $x=`quote d `arg!!; use PPR; $x=~m/(?&PerlSubstitution)$PPR::GRAMMAR/; [$1."", $s]! Use of uninitialized value $1 in concatenation (.) or string at (IRC) line 1. ["",undef] |
simcop2387 | <*:##NULL> |
16006 | regex | is | `eval $x=`quote d `arg!!; use PPR; ($s)=($x=~m/(?&PerlSubstitution)$PPR::GRAMMAR/gx); $s! No output. |
simcop2387 | <*:##NULL> |
16005 | regex | is | `eval $x=`quote d `arg!!; use PPR; ($s)=($x=~m/()(?&PerlSubstitution)$PPR::GRAMMAR/gx); $s! No output. |
simcop2387 | <*:##NULL> |
16004 | regex | is | `eval $x=`quote d `arg!!; use PPR; ($s)=($x=~m/()(?&PerlSubstitution)$PPR::GRAMMAR/gx); ! 156 |
simcop2387 | <*:##NULL> |
10546 | regex | is | We don't do non-perl regex questions here, not even if you think the answer is the same in your language as it is in perl. It usually isn't! (it's also not our fault that nobody in #php or #regex knows the answer.) See PCRE and #regex | Ask me about Regexp::Debugger | altreus | <*:##NULL> |
8488 | regex | is | We don't do non-perl regex questions here, not even if you think the answer is the same in your language as it is in perl. It usually isn't! (it's also not our fault that nobody in #php or #regex knows the answer.) See PCRE and #regex | apeiron | <*:##NULL> |
8487 | regex | is | We don't do non-perl regex questions here, not even if you think the answer is the same in your language as it is in perl. It usually isn't! (it's also not our fault that nobody in #php or #regex knows the answer.) See PCRE. http://xkcd.com/208/ | see #regex] [4680 by perlbot: regex is We don't do non-perl regex questions here, not even if you think the answer is the same in your language as it is in perl. It usually isn't! (it's also ... | apeiron | <*:##NULL> |
8486 | regex | is | regex is We don't do non-perl regex questions here, not even if you think the answer is the same in your language as it is in perl. It usually isn't! (it's also not our fault that nobody in #php or #regex knows the answer.) See PCRE. http://xkcd.com/208/ | see #regex] [4680 by perlbot: regex is We don't do non-perl regex questions here, not even if you think the answer is the same in your language as it is in perl. It usually isn't! ... | apeiron | <*:##NULL> |
8431 | regex | is | We don't do non-perl regex questions here, not even if you think the answer is the same in your language as it is in perl. It usually isn't! (it's also not our fault that nobody in #php or #regex knows the answer.) See PCRE. http://xkcd.com/208/ | see #regex | apeiron | <*:##NULL> |
4680 | regex | is | We don't do non-perl regex questions here, not even if you think the answer is the same in your language as it is in perl. It usually isn't! (it's also not our fault that nobody in #php or #regex knows the answer.) See PCRE. http://xkcd.com/208/ | perlbot | <*:##NULL> |