File: TODO

package info (click to toggle)
vfu 5.09-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,552 kB
  • sloc: cpp: 16,739; ansic: 2,605; perl: 678; makefile: 349; sh: 75
file content (5 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (2)
1
2
3
4
5
-- get_prematch()          $`
-- get_match()             $&
-- get_postmatch()         $'

-- s() replace()     $1 $2 ... $` $& $' ...