Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

As for the good old reference implementation (not "Parameter Efficient Reinforcement Learning"):

  my $string = "cat\n";
  /cat$/s  -> true
  /cat\Z/s -> true
  /cat\z/s -> false


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: