CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: MrScabby

Search: Search took 0.05 seconds.

  1. Informa RSS - Class missing error, what am I doing wrong?

    I've set out some code for reading an OPML file for subscriptions from YouTube. The code comes from Informa RSS here
    http://informa.sourceforge.net/quickstart.html

    When I flow the code Netbeans...
  2. Replies
    1
    Views
    6,433

    TRON TOFF ahh the old days, in Netscape?

    Hi all, a bit new to Java and often I have questions pop into my head as you can imagine

    I have to limit myself as Im sure most have been asked somewhere before and I'll come across them as my...
  3. Re: RegEx problems, trying to force decimal point and 2 digits on a numeric filter.

    Hmmm I think I was getting there myself, I've chosen the wrong method even though this was adapted from something similar....
    Sometimes its just not knowing which is best...
  4. Re: RegEx problems, trying to force decimal point and 2 digits on a numeric filter.

    Im trying to edit the above and cannot,

    the code regex should read,

    .replaceAll("[^\\d\\.]", ""), attrs)

    ie I added the decimal point
  5. RegEx problems, trying to force decimal point and 2 digits on a numeric filter.

    Hello all,

    First post having migrated to a new home hopefully

    I have a project here Im working on to consolidate my work, Im new to Java and my knowledge is still lacking.

    I am working on a...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured