Hi epvp,
ich habe hier ein StringRegExp-Pattern,
da bekomme ich als Ergebnis z.B.
Nun möchte ich aber, dass es FileInstall und SetError nicht findet, wie mache ich das direkt im Pattern?
Ich bräuchte praktisch das hier:
Weiß jemand, wie das geht?
MfG
ich habe hier ein StringRegExp-Pattern,
Code:
(\w+\()
Code:
0 => MsgBox( 1 => GUICtrlRead( 2 => _ArrayToString( 3 => Int( 4 => _Func( 5 => GUICtrlRead( 6 => MsgBox( 7 => SetError( 8 => FileInstall(
Ich bräuchte praktisch das hier:
für () Gruppen.Quote:
[^:class:] Match any character not in the class, but only if the first character.
Weiß jemand, wie das geht?
MfG