Advertisement

1 - 10 of 387 containing alltags:("pattern") (0 seconds)
I'm trying to use Perl to parse a file that uses parentheses to group information.  The file typically contains information structured similar to the following: (Group     (Item1 something)     (I...
Zones: PerlDate Answered: 05/28/1998 Grade: C Views: 0
I need to find all records in a file (spreadsheet) that are errors. This file is comma separated and the fourth column contains the word "Error" if it is an error record. I need to add a pattern to...
Zones: MiscDate Answered: 03/08/2003 Grade: A Views: 0
Hi, I need to match the following pattern with VB Regular expression would be /^SEVERITY:/i Find a string that starts at the beginning of a line and includes 'SEVERITY'. The search shou...
Zones: Visual Basic, VB ScriptDate Answered: 07/22/2003 Grade: A Views: 4
Hi, With this input file i need to remove a single column, say coloumn 3 0.00, 0.67 then 1.00 and 0.50. Is isuitbable to use a pattern match in the first instance like $_ =~ /^\s*\d+\s*\d+\s*(\d...
Zones: PerlDate Answered: 01/06/2004 Grade: B Views: 0
Hello, I am trying to draw some lines to create rectangles with different fill patterns (i.e. cross, diagonal lines, ...).  I can do this in a PictureBox on the screen and I found a way to do th...
Zones: Visual BasicDate Answered: 06/19/2004 Grade: B Views: 0
I need to split a sentence into tokens by either a space OR a string pattern. "Current time is MM/DD HH:MI"; Because I don't want to break up "MM/DD HH:MI" into 2 separate 2 tokens, so the @...
Zones: PerlDate Answered: 03/26/2004 Grade: A Views: 0
I'm really really lost right now in class.  I understand the basic concept of the Supervisor/worker pattern of developing a program, but have no idea how to design the following program.  My profes...
Zones: JavaDate Answered: 08/03/2004 Grade: A Views: 0
log4j: What do I interpret the pattern string with %, [, - etc? Is there any tutorial for just PatternLayout?
Zones: JavaDate Answered: 04/01/2005 Grade: A Views: 9
I have an urgent need to retrieve all the files in my hard disk drives that match a pattern of extension (*.doc or *.pdf) and list them in a list control. Once i retrieve it i need to copy them ...
Zones: ASP.Net ProgrammingDate Answered: 07/29/2005 Grade: B Views: 0
Hello I was hoping you could recommend a book or web site that provides a case study in how to produce a basic 3 tier applicaton with presentation,business and database layers. Vb.net would be b...
Zones: Software DesignDate Answered: 10/25/2005 Grade: A Views: 0