1: 2: 3: 4: 5:
Schwaches s als Schnur = „Hello-World.HowAreYou“ Schwaches i1 als ganze Zahl = s.IndexOf („-“) Schwaches extractedString = s.Remove (0, i1 + 1) Schwaches i2 als ganze Zahl = extractedString.IndexOf („.") extractedString = extractedString.Remove (i2)