QuestionQ2
Data ManipulationTo determine how many characters were scraped from a website into an ExtractedText String variable, while excluding leading and trailing white-space characters, what should a developer use?
- A ExtractedText.Length
- B ExtractedText.Trim.Length
- C ExtractedText.Trim.Chars
- D ExtractedText.Chars
Community Discussion