help with RegExp not matching [D1]

2009-11-22 Thread jicman
Greetings and salutations. I am having trouble with this regular expression. I tried a few things and nothing. Any help will be greatly appreciated. Here is the program... import std.stdio; import std.regexp; void main() { char[] l, s, s0, str0; s = ";p=SomeCompany;l=USA0300MS01-091110

Re: help with RegExp not matching [D1]

2009-11-22 Thread jicman
jicman Wrote: > Greetings and salutations. > > I am having trouble with this regular expression. I tried a few things and > nothing. Any help will be greatly appreciated. Here is the program... > > import std.stdio; > import std.regexp; > > > void main() > { > char[] l, s, s0, str0; > >

Re: help with RegExp not matching [D1]

2009-11-22 Thread jicman
jicman Wrote: > jicman Wrote: > > > Greetings and salutations. > > > > I am having trouble with this regular expression. I tried a few things and > > nothing. Any help will be greatly appreciated. Here is the program... > > > > import std.stdio; > > import std.regexp; > > > > > > void mai

Re: help with RegExp not matching [D1]

2009-11-22 Thread g
jicman Wrote: > jicman Wrote: > > > jicman Wrote: > > > > > Greetings and salutations. > > > > > > I am having trouble with this regular expression. I tried a few things > > > and nothing. Any help will be greatly appreciated. Here is the > > > program... > > > > > > import std.stdio; > >

Re: help with RegExp not matching [D1]

2009-11-22 Thread jicman
g Wrote: > jicman Wrote: > > > jicman Wrote: > > > > > jicman Wrote: > > > > > > > Greetings and salutations. > > > > > > > > I am having trouble with this regular expression. I tried a few things > > > > and nothing. Any help will be greatly appreciated. Here is the > > > > program... >