Thread Reguläre Ausdrücke
(8 answers)
Opened by no1gizmo at 2008-03-07 13:41
In Perl würde ich es dann vermutlich so ungefähr machen:
Code (perl): (dl
)
1 2 3 4 5 6 7 8 9 #!/usr/bin/perl use strict; use warnings; my $string = '\P{\H1.4x;Proximitar-Objekt, type Ni 22U-Q40-AP6X2-H1141, Example, see \fTimes New Roman|b0|i0|c0|p18;\C170;((B2 3503_0 Sh.14))}'; my ($text) = $string =~ m~ \\P\{ (.*) \} ~x; $text =~ s!\\[A-Za-z].*?;!!g; print $text; Keine Ahnung, ob das auch in C# so funktioniert. OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/) -- Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html Perl-Entwicklung: http://perl-services.de/ |