Extract text from a string?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Chappy434
    New Member
    • Mar 2010
    • 2

    Extract text from a string?

    here is the string:

    DALJimmy,Darko, BeansDAB1466 N Scooby AveDAI1988,11,2 4DAQ

    I want to extract "jimmy,darko,be ans", "1466 N Scooby Ave", & "1988,11,24 ". How can I go about doing this? Now I have some kind of idea how I want the script to be, I want to extract the text between DAL and DAB, DAB and DAI, etc. Can someone point me in the direction of finding a script for this?
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    What system do you use? under LINUX/UNIX you can use sed? Have you got linux?

    Comment

    • Chappy434
      New Member
      • Mar 2010
      • 2

      #3
      I have Windows XP. Any help would be appreciated. I dont know where to start

      Comment

      Working...