File: rbpg-relabel.rb

package info (click to toggle)
ruby-pgplot 0.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 496 kB
  • sloc: ruby: 1,625; makefile: 77; ansic: 57; sh: 17
file content (5 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (5)
1
2
3
4
5
#ARGF.each do |line|
gsub!(/name="(.+?)"/, %Q[name="#{$1.upcase}"]) if $_=~/^<h3><a name=".+?".*?><em>(pg\w+?)<\/em>/
#  end
#  print line
#end