How can i show this? substring?split? …
but it’s maybe dynamic !!!
String str = "SET ENCALSUP=NOENCR&GSMV2,MAXNCELL=16,TDTMWIND=5,MAXLAPDMN=5,EENHDTMSUP=DISABLED,T3197=4,PAGCOORCLB=DISABLED,DGRSTRGYBCNT=DISABLED,PAGQOVLIND=0;";
this output (EENHDTMSUP=DISABLED):
just this
DISABLED
Thanks …
Your question isn’t very clear. Do you just need to know the value of “EENHDMSUP”?
If so, something like:
Would probably work.