Hi All just look into below string
The Merged Dash Board Screen Data is :
from the above string i need the string by using regex "
Kindly help me with the above problem
Hi All just look into below string
The Merged Dash Board Screen Data is :
from the above string i need the string by using regex "
Kindly help me with the above problem
use this below regex,
system.text.RegularExpressions.Regex.Match(YourStringVariable,"(?<=Profile)[\d\@a-z]*").ToString
refer the screenshots,
see the output
Hi,
Is there any rule to extract target string? (fixed string, character type, length etc)
Regards,
How about this expression
System.Text.RegularExpressions.Regex.Match(YourString,"(?<=Profile)\d+\W\S+(?=ICICI)").Tostring
Regards
Gokul
Hi got the solution,
Kindly delete the Screenshots and the text which is i provided for getting solution
Hi Got the solution thanks
Kindly delete the Screen shots and the text which is i provided for getting solution
Done @chandolusathi.kumar, Kindly close this topic by mark as solved. It will help for others.
Note : Don’t share the original detail in the forum. Give some sample inputs okay
Regards
here also pls delete the text which is i provied and the SC
done thanks for your support
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.