Given a block of text, I need to parse 开发者_开发问答it for the existing of a keyword. Then on the first appearance of the keyword, I need to wrap bold tags around it (if it doesn\'t already have the
Hi I want to parse a bibtex publications file and sort for specific fields (e.g. year) and filter certain content, to then put it on a website. I came across pybtex, which works as far as reading and
I am looking for something like HTML::TableExtract, just not for HTML input, but for plain text input that contains \"tables\" formatted with indentation and spacing.
I\'m trying to parse a large number of short strings into some logical parts. It seems like an interesting problem that someone could\'ve already solved, but I cannot find any papers / solutions (or m
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I\'m interested in writing a SQL-like query syntax for a CMS I work with.The idea would be that a CMS query could be written in a SQL-ish syntax, and I would convert that to execute through the CMS AP
I\'m attempting to parse an Oracle trace file using regular expressions. My language of choice is C#, but I chose to use Ruby for this exercise to get some familiarity with it.
I have logs stored in a txt file in the following format. ======8/4/2010 10:20:45 AM=========================================
Looking for a good way to parse out of this text file, the values highlighted with the yellow boxes using C#. Each section is delineated by a TERM # which I forgot to highlight. Tried this:
I\'m looking for a ruby parser for the W3C Extended Log File Format. http://www.w3.org/TR/WD-logfile.html