string routines and code libraries
- From: "zoro" <ilzoro@xxxxxxxxx>
- Date: 22 Oct 2005 06:58:49 -0700
Hi,
I am new to C#, coming from Delphi. In Delphi, I am using a 3rd party
string handling library that includes some very useful string
functions, in particular I'm interested in BEFORE (return substring
before a pattern), AFTER (return substring after a pattern), and
BETWEEN (return substring between 2 patterns).
My questions are:
1. Can any tell me how I can implement such functionality in C#?
2. Is it possible to add/include function libraries to C~, and if so
how?
Thank you very much for your help.
Zoro.
.
- Follow-Ups:
- Re: string routines and code libraries
- From: Michael S
- Re: string routines and code libraries
- From: Kevin Spencer
- Re: string routines and code libraries
- From: The Crow
- Re: string routines and code libraries
- From: Paul E Collins
- Re: string routines and code libraries
- Prev by Date: Q: Saving collections.
- Next by Date: Re: Random No generation problems
- Previous by thread: Q: Saving collections.
- Next by thread: Re: string routines and code libraries
- Index(es):
Relevant Pages
|