View previous topic :: View next topic
|
Author |
Message |
purusothaman
New User
Joined: 17 Feb 2007 Posts: 39 Location: Chennai
|
|
|
|
Hi all,
I was trying to know whether it is possible to use Regular Expressions in COBOL in one way or other.
As a search in the forum, did not return any posts, I thought of having this new post. |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Regular expressions, per se, are not supported in COBOL. Similar functionality for alphanumeric variables can be achieved by use of reference modification and so forth. |
|
Back to top |
|
|
purusothaman
New User
Joined: 17 Feb 2007 Posts: 39 Location: Chennai
|
|
|
|
Thanks Knuth.
I was wondering whether any Regualr Expressions web services are available for COBOL.
Thanks again. |
|
Back to top |
|
|
PeterHolland
Global Moderator
Joined: 27 Oct 2009 Posts: 2481 Location: Netherlands, Amstelveen
|
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10888 Location: italy
|
|
|
|
depending on ...
the compelling need for such support
Your skills ( or available to You thru somebody else )
the COBOL level used in Your organization
You might investigate the use of of a PCRE library ( written in C )
at www.pcre.org/
or www.cs.sunysb.edu/~algorith/
to start writing Your own |
|
Back to top |
|
|
|