Search Results

Search found 2 results on 1 pages for 'dalco'.

Page 1/1 | 1 

  • parse part of the text from regex pattern

    - by dalco
    I have a string: [\n['-','some text what\rcontains\nnewlines'],\n\n trying to parse: Regex.Split(@"[\n['-','some text what contains newlines'],\n\n", @"\[\n\['(.*)','(.*)'],.*"); but the split return array seems to be null i need to get part of text: "some text what contains newlines"

    Read the article

  • loading xml without invalid character errors

    - by dalco
    at the moment im loading xml and i am getting error: System.Xml.XmlException: ' ', hexadecimal value 0x17, is an invalid character. Line 2762, position 16. it is easy to fix. just open xml and remove the character. but I need to know is it possible to load xml even with invalid characters and use it for parsing. and is there any downside?

    Read the article

1