Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: delimiter problem

  1. #1
    Junior Member
    Join Date
    Nov 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default delimiter problem

    what are the delimiters that i have to use for a given string
    FullActor779b747d->FullNodeActor424eeb54 [ label = "Start(1,10,FullActor@779b747d)" ];
    actually i wanted to seperate and print the above string in this way:
    FullActor779b747d->FullNodeActor424eeb54 [ label = "
    Start
    (1,10,FullActor@779b747d)" ];


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: delimiter problem

    I'm not sure what you are asking. If you know where you want the input String split into substrings,
    doesn't that answer your question?

    Could you post a shorter, simpler example? A String the fits on one line and then beneath that one line, list the substrings you want the one list split into.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Having trouble getting started testing for matching delimiter sets.
    By orbin in forum What's Wrong With My Code?
    Replies: 4
    Last Post: November 5th, 2012, 01:48 PM
  2. Replies: 3
    Last Post: January 5th, 2012, 01:44 AM
  3. Scanner delimiter
    By NoviceJAVA in forum What's Wrong With My Code?
    Replies: 1
    Last Post: November 2nd, 2011, 06:44 PM
  4. use Delimiter, Scanner Class
    By izzahmed in forum What's Wrong With My Code?
    Replies: 12
    Last Post: October 25th, 2011, 05:27 PM
  5. delimiter question
    By Sterzerkmode in forum Java SE APIs
    Replies: 1
    Last Post: November 19th, 2009, 06:21 AM