Good morning, anyone has any idea on how to extract only the abcabcabc from this string that I have? "result": "abcabcabc","targetUrl": null,"success": true,"error": null,
with regex or string manipulation? Also I dont know if there is any way to extract based on colors, this abcabcabc text is always green color.
NOTE:in place of abcabcabc may be any text inside that changes every 30min
can be done with regex as mentioned by others above. But string looks like a partly JSON. When JSON processing is enforceable, then we would recommend to use this approach
here we would need to know from which application the text is from.
For Web applications we can check the text color with the help of the following:
Is there any solution for the case where is needed to extract only the “abcabcabc”
from “{"result":"abcabcabc","targetUrl":null,"success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}”