All Forums |
Register |
Login |
Search |
Subscriptions |
My Profile |
Inbox |
Tool Warehouse |
FAQs |
Resources |
Help |
Member List |
Address Book |
Logout |
|
|
regexp.h does not exist
|
Logged in as: Guest |
Users viewing this topic: none |
|
Login |
|
|
regexp.h does not exist - Oct. 18, '05, 10:01:00 AM
|
|
|
asfoster
Posts: 34
Joined: Oct. 18, '05,
From: Lincolnshire UK
Status: offline
|
It seems that SFU has no support for standard UNIX regular expression handling at the programming level - unless I just havn't found it yet.
My apps use regexp.h plus calls to compile() and step().
Does anyone know anything different?
_____________________________
Andy Foster
|
|
|
RE: regexp.h does not exist - Oct. 18, '05, 12:58:18 PM
|
|
|
Rodney
Posts: 3142
Joined: Jul. 9, '02,
From: /Tools lab
Status: online
|
> It seems that SFU has no support for standard UNIX regular expression handling at the programming level
Yes it does. There are manual pages. The API's are the POSIX and SUS standard for a long time now.
The API's are regcomp(), regexec(), regerror() and regfree().
> My apps use regexp.h plus calls to compile() and step().
These were tossed long ago.
The newer API's are much more flexible. You can convert over fairly easily.
|
|
|
RE: regexp.h does not exist - Oct. 19, '05, 3:19:24 AM
|
|
|
asfoster
Posts: 34
Joined: Oct. 18, '05,
From: Lincolnshire UK
Status: offline
|
Thanks for the information. I will take a look at this and get the calls converted over. The old API is very clunky and the call names very ambiguous so I am not suprised that it has all been refitted.
_____________________________
Andy Foster
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
|
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|
|
|