Link to home
Start Free TrialLog in
Avatar of esak2000
esak2000

asked on

strextract equivalent for .net

Is there any .net (I'm using C#) function that is the equivelant of FoxPro's Strextact() function?
I need to be be to extract text from within text and also to specify the occurance of the first delimiter as in the FoxPro function:

STREXTRACT(cSearchExpression, cBeginDelim [, cEndDelim [, nOccurrence[, nFlag]]]])

ASKER CERTIFIED SOLUTION
Avatar of Kalpesh Chhatrala
Kalpesh Chhatrala
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of esak2000
esak2000

ASKER

Hi kalpesh2804,

Thanks for the quick answer, I prefer something that's native to .net. , if possible.
Hi  kalpesh2804,

I see the source code has native code for the conversion,

Thank you!