![]() |
Re: String suche
hm?
Aus
Code:
wird doch
value="blablablab"
Code:
wenn man die Anführungszeichen durch Leerstrings ersetzt?
value=blablablab
LeerSTRINGS nicht LeerZEICHEN War das nicht was gewünscht war? hab übrigens das ReplaceAll flag vergessen weiss grad nicht wie das genau heisst^^ |
Re: String suche
Es geht mit 2x StringReplace ;)
Delphi-Quellcode:
StringReplace(s, 'value="', '');
StringReplace(s, '"', ''); |
Re: String suche
ACHSO!!
das Value= gehört zum string :D sorry das hatte ich missverstanden^^ Dachte value wäre die variable |
Re: String suche
@Meflin, das setzt aber voraus, dass "value=" konstant ist.
|
Re: String suche
Nagut dann ist DelimtedText wohl doch das einfachste.
Gibt ja genau das zurück was zwischen den Delimtern steht. |
Alle Zeitangaben in WEZ +1. Es ist jetzt 03:59 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz