[PREV - DATA_STRUCTURE] [TOP]NEXT
Then you'd need to try to (re-)implement string operations. The fixed string operations are easy: "substr", "index" ... Even an fixed-string find and replace wouldn't be hard... But regular expressions operations? Nope. So what good is this? -------- [NEXT - S_TRACKS]