Click here to Skip to main content
Page 1 of 7
Page Size: 10 · 25 · 50


Category filtered by:  General Programming [x] | String handling [x]
Technical Blog 13 May 2013   license: CPOL
Handling larger JSON string values in .NET.
General Programming » String Handling » Text Conversion
Article 21 Apr 2013   license: Ms-PL
MatchKit is a .NET Library that provides a set of classes to build patterns to match simple and complex strings
General Programming » String Handling » General
Article 18 Apr 2013   license: CPOL
A C# class that can generate random strings and supports customisation.
General Programming » String Handling » General
Article 2 Apr 2013   license: CPOL
How to structure the logic of a word search engine.
General Programming » String Handling » General
Tip/Trick 30 Mar 2013   license: CPOL
This article will help convert numbers to words in C#, SQL Server, and Crystal Reports.
General Programming » String Handling » General
Tip/Trick 14 Mar 2013   license: CPOL
A simple web scraper that loads only the readable contents of a website.
General Programming » String Handling » General
Article 13 Mar 2013   license: CPOL
Filling in text templates from a data source.
General Programming » String Handling » General
Technical Blog 26 Feb 2013   license: CPOL
I created an extension method that allows my program to find all of a control's parents' names. It returns a string separated overrideable delimiter (::).  This code is targeted for .NET 4 Client, but should also work in .NET 3.5.Module WinformControlExtensions  '''   ''' Find all of the control's
General Programming » String Handling » Text Conversion
Article 13 Feb 2013   license: CPOL
In this article I will demonstrate how to read a large csv file chunk by chunk (line basis) and populate DataTable object and bulk insert to database.
General Programming » String Handling » General
Technical Blog 12 Feb 2013   license: CPOL
Code to convert/format numeric value to alpha value in M3.
General Programming » String Handling » Text Conversion
Tip/Trick 6 Feb 2013   license: CPOL
Extension Methods to select a Dictionary entry using StartsWith
General Programming » String Handling » Strings
Tip/Trick 5 Feb 2013   license: CPOL
Efficient CSV row/line count snippet using BinaryReader API on Windows.
General Programming » String Handling » General
Tip/Trick 3 Feb 2013   license: CPOL
This article shows you how to convert numbers to words neatly.
General Programming » String Handling » General
Tip/Trick 3 Feb 2013   license: CPOL
This is an alternative for "Dictionary.BestMatch"
General Programming » String Handling » Strings
Tip/Trick 24 Jan 2013   license: CPOL
Regarding use of the various Write and WriteLine methods
General Programming » String Handling » General
Tip/Trick 23 Jan 2013   license: CPOL
A useful piece of code for reading in and parsing a file.
General Programming » String Handling » General
Article 22 Jan 2013   license: CPOL
It is a lib that can process XML documents or JSON by changing a config file.
General Programming » String Handling » General
Tip/Trick 18 Jan 2013   license: CPOL
A dead simple HTML Sanitizer (and HTML Parser) you can use to clean user HTML input.
General Programming » String Handling » General
Article 17 Jan 2013   license: CPOL
This article will introduce you with a set of 3 simple extension methods that can help you getting rid of Regex in many situations
General Programming » String Handling » Regular Expressions
Article 15 Jan 2013   license: GPL3
Tips and tricks on String manipulations in Unicode (Windows Programming context)
General Programming » String Handling » General
Technical Blog 13 Jan 2013   license: Apache
If there is even a remote possibility that your “constant” value might change in the next version, make it a readonly field.
General Programming » String Handling » General
C#
Tip/Trick 5 Jan 2013   license: CPOL
Reverse of a string sentence
General Programming » String Handling » General
Article 4 Jan 2013   license: CPOL
How to reverese a string in C#/.NET with almost one line of code using a build in Windows library function which is available on any Windows system.
General Programming » String Handling » General
Article 3 Jan 2013   license: GPL3
Using the power of regex to parse your logs.
General Programming » String Handling » Regular Expressions
Technical Blog 28 Dec 2012   license: CPOL
I wrote the following two functions with the purpose of compressing / decompressing string values within a Delphi application.
General Programming » String Handling » Text Conversion
Tip/Trick 17 Dec 2012   license: CPOL
Implement a multivariate polynomial class for a large number of terms.
General Programming » String Handling » General
Technical Blog 14 Dec 2012   license: CPOL
String comparison in Delphi
General Programming » String Handling » General
Article 4 Dec 2012   license: Ms-PL
Shows how using reverse engineering feature developers may add new conditions into string CAML queries using lambda expressions.
General Programming » String Handling » General
Tip/Trick 27 Nov 2012   license: CPOL
How to identify if the given string can be null in the client side for a WCF server client application
General Programming » String Handling » General
Tip/Trick 14 Nov 2012   license: CPOL
Convert RTF TO HTML
General Programming » String Handling » Text Conversion
Tip/Trick 11 Nov 2012   license: CPOL
XML Serialize versus hand crafted CoDec (as alternative to "Advance String Split and Joiner")
General Programming » String Handling » General
C#
Tip/Trick 11 Nov 2012   license: CPOL
تفقيط الأرقام العربيه
General Programming » String Handling » General
Tip/Trick 11 Nov 2012   license: CPOL
This code is used to split and join a string. It is useful if you have splitting characters in a string.
General Programming » String Handling » General
C#
Tip/Trick 7 Nov 2012   license: CPOL
This is an alternative for "Manipulating a string array using a Lambda Expression"
General Programming » String Handling » Strings
Tip/Trick 7 Nov 2012   license: CPOL
This code will accept an input string and will store the first character of every array element in minimal lines of code.
General Programming » String Handling » Strings
Technical Blog 6 Nov 2012   license: CPOL
Ever wondered why it is better to create new string then alter one?
General Programming » String Handling » General
Article 22 Oct 2012   license: CPOL
This is an alternative for "Converting PDF to Text in C#"
General Programming » String Handling » Strings
Tip/Trick 17 Oct 2012   license: CPOL
How to extract the inner text from HTML using a Regular Expression.
General Programming » String Handling » Regular Expressions
Tip/Trick 14 Oct 2012   license: CPOL
Convertor for Unicode to Krutidev and vice-versa.
General Programming » String Handling » General
Article 27 Sep 2012   license: CPOL
This is an alternative for "MakeMessage - An STL 'replacement' for the FormatMessage API"
General Programming » String Handling » General
Article 23 Sep 2012   license: CPOL
Alternative solution that demonstrates performance improvement using String.Join() (extends original one:"StringBuilderPlus Improves Upon StringBuilder").
General Programming » String Handling » General
Tip/Trick 31 Aug 2012   license: CPOL
A function to generate an endless collection of scrolling text for your use/amusement.
General Programming » String Handling » General
Article 17 Aug 2012   license: CPOL
Parsing PDF files in .NET using PDFBox and IKVM.NET (managed code).
General Programming » String Handling » Strings
Article 10 Aug 2012   license: CPOL
A simple utility to help convert strings into other types
General Programming » String Handling » General
Tip/Trick 3 Aug 2012   license: CPOL
A simple utility to help convert strings into other types
General Programming » String Handling » General
Tip/Trick 5 Jul 2012   license: CPOL
A new way of searching from a CSV string.
General Programming » String Handling » Text Search And Replace
Technical Blog 3 Jul 2012   license: CPOL
Splitting Pascal/Camel Case with RegEx Enhancements
General Programming » String Handling » General
Tip/Trick 25 Jun 2012   license: CPOL
Case converter which runs as a background service and can convert cases fro uppercase to lowercase or vice-versa.
General Programming » String Handling » General
Article 7 Jun 2012   license: CPOL
This is an alternative for "Word wrap without cutting words"
General Programming » String Handling » General
Tip/Trick 7 Jun 2012   license: CPOL
An efficient extended search API to search from a text file.
General Programming » String Handling » Text Search And Replace

Page 1 of 7
1 2 3 4 5 6 7


Advertise | Privacy | Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid