Copy link to clipboard
Copied
Hi,
I need to fetch the count of empty/Whitespace using a script, i have attached the image below, in that the content values within CDATA need to be dispalyed. How do i do this???????????
Copy link to clipboard
Copied
Hi,
If you just load the CDATA values into a string and do a regex replace on it for all characters ( not including white space) the length of the string that is left would be white space?