Thread Pfad mit regex entfernen (14 answers)
Opened by Superfrank at 2013-02-01 16:52

FIFO
 2013-02-05 12:45
#165477 #165477
User since
2005-06-01
469 Artikel
BenutzerIn

user image
Dein Minimal-Regex zeigt noch was: Bis auf topeg in seiner Lookahead-Variante (und GwenDragons split) haben alle sich auf das Ersetzen des Basename durch eine captured group konzentriert, dabei ist das Löschen des Pfadanteils einfacher ...

Editiert von FIFO: topeg, nicht Linuxer
Last edited: 2013-02-05 12:47:15 +0100 (CET)
Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it? -- Brian Kernighan: "The Elements of Programming Style"

View full thread Pfad mit regex entfernen