Click here to Skip to main content
15,893,663 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,

I was wondering if c# is a sensible choice for performing intensive and large text processing in terms of efficiency and API support for complex functionalities?
Posted

1 solution

Yes C# allows you to do whatever you want. The runtime libraries are fairly extensive, and you have regular expressions in the System.Text.RegularExpressions Namespace
[^].

For really complex text processing Antlr[^] provides the performance and expressiveness required to deal with just about any text processing requirement.

Regards
Espen Harlinn
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900