Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

split

How can split strings on different characters with single-character or string delimiters?
Friday, 23 December 2011 00:08
Use Split to separate parts from a string. If your input string is "A,B,C" you can split on the comma to get an array of: "A" "B" "C".

class Program
{
static void Main()
{
string s = "there is a cat";
//
// Split string on spaces.
// ... This will separate all the words.
//
string[] words = s.Split(' ');
foreach (string word in words)
{
Console.WriteLine(word);
}
}
}

//OUTPUT

there
is
a
cat

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/SYJ20_L4CKY/14303

 
Proview PDF Editor 1.2
Wednesday, 18 August 2010 07:00
About Proview PDF Editor
A PDF editor for Mac OS X. It allows you to merge and split files, rotate flip and scale individual pages, or all pages, crop pages and modify the document information 


- It can edit encrypted files, and can decrypt and encrypt PDF documents.
- You can also manage PDF bookmarks, add or remove PDF attachments, and add text and dates to one or more pages.
- Proview has a simple, clean interface with all functions easily accessible, and comes with full interactive help.



Features:

- Merge several documents into one

- Split a file into chunks
- Split a file on bookmark boundaries

- Delete pages

- Insert one file in another
- Many more features

Read more: http://www.apple.com/downloads/macosx/productivity_tools/proviewpdfeditor.html

 
Adze 1.1.1
Monday, 08 March 2010 06:00
About Adze
Viewing and editing your GPX files is now simple. Features include tools for cutting, joining and deleting your recorded GPS tracks, smart data optimizations, the ability to split tracks at rest-stops, statistics calculation, time offsetting and integration with Google Earth.

Read more: http://www.apple.com/downloads/macosx/home_learning/adze.html

 
Proview PDF Editor 1.0
Thursday, 11 February 2010 06:00
About Proview PDF Editor
Proview is a PDF editor for Mac OS X. It allows you to merge and split files, rotate flip and scale individual pages, or all pages, crop pages and modify the document information

- It can edit encrypted files, and can decrypt and encrypt PDF documents.
- You can also manage PDF bookmarks, add or remove PDF attachments, and add text and dates to one or more pages.
- Proview has a simple, clean interface with all functions easily accessible, and comes with full interactive help.

Features:
- Merge several documents into one
- Split a file into chunks
- Split a file on bookmark boundaries
- Delete pages
- Insert one file in another
- Insert blank pages into a document
- Build a blank document from scratch
- Thicken Lines
- Blacken lines, text or fills
- Shift or rotate page contents
- Many more features

Read more: http://www.apple.com/downloads/macosx/imaging_3d/proviewpdfeditor.html

 


Taxonomy by Zaragoza Online