S
srinsriram
this is probably elementary but I just havent found the right/
reliable way to do this (that works always)
if a string has content in tags such as <TagName> content goes here </
TagName> whats the best way to put the content inside an array.. the
content can have whitespace chars (end of lines tabs etc) that should
be preserved in the array element. These tags are simple (no
properties).
I assume that the scan method is relevant but am having trouble
constructing a regex that works reliably.
reliable way to do this (that works always)
if a string has content in tags such as <TagName> content goes here </
TagName> whats the best way to put the content inside an array.. the
content can have whitespace chars (end of lines tabs etc) that should
be preserved in the array element. These tags are simple (no
properties).
I assume that the scan method is relevant but am having trouble
constructing a regex that works reliably.