I guess I haven't stated my question clearly, my fault. Though your sample
pattern matches both sample expression, it also matches expression such as
ABC123-123asdf. I still learned something though from the sample in addition
to the book I am reading.
Thank you Sir.
-Original Message-
F
Here's my pattern based on your example.
'/[A-Z]{1,3}[0-9]{1,3}(-[0-9]{1,3})? /i'
I want to catch expressions that have 1-3 letters, followed by 1-3 digits.
The pattern should also match if same expression is followed by a - and 1-3
digits.
I have learned some more from this short query
some questions/ notes
1) is ABC123 the whole line? If not, ^ and $ are not needed.
2) It's not clear what expressions you plan to catch. Do you mean 1-3
letters (regardless of case), followed by 1-3 digits OR a range having 1-3
digits as well?
3) here's my shot
[[:alpha:]]{1,3}[[:digit:]]{1,3}(-[[:
On Thu, Jun 12, 2008 at 12:59 PM, Noli Rafallo <[EMAIL PROTECTED]> wrote:
> I am trying to create a single regular expression that will match texts like
> ABC123 or ABC12-12. I have this (^[a-z]{1,3}[0-9]{1,3}$) which works with
> the first text but I don't know yet how to handle the second text wi
Hi,
I am trying to create a single regular expression that will match texts like
ABC123 or ABC12-12. I have this (^[a-z]{1,3}[0-9]{1,3}$) which works with
the first text but I don't know yet how to handle the second text with a
dash in it.
Thanks,
Noli
_
hi edel,
thanks for replying, unfortunately i already tried that but I am still getting
the error saying that the page cannot be displayed.
thanks,ü
joyce
- Original Message
From: Edel SM <[EMAIL PROTECTED]>
To: Philippine Linux Users' Group (PLUG) Technical Discussion List
Sent: Th
Have you looked in dmesg (i.e. dmesg|less) to see if the kernel is able to load
the proper driver?
--- mike t.
- Original Message
From: AC Perdon <[EMAIL PROTECTED]>
Hi,
I have a fujitsu esprimo mobile that has a PRO/Wireless 4965 AG or AGN Network
Connection, I have installed 8.04
On Tue, Jun 10, 2008 at 1:32 PM, Ludwig Isaac Lim <[EMAIL PROTECTED]> wrote:
> Hi:
>
>Hi! I'm planning to put a certain folder under a version control system.
> The files under the
> folder a combination of .sh (bourne shell), .ksh (korn shell) and .pl (perl)
> files. As stated in
> the title
hello,
try adding '/' at the end of your url to loook like:
http://yourserver/cacti/
i had that same problem before (404), only to find out that alias in
in apache (actually lighttpd) needs slash at the end of url.
hth.
On Wed, Jun 11, 2008 at 1:09 PM, Joyce Gutierrez <[EMAIL PROTECTED]> wro
Hi,
I have a fujitsu esprimo mobile that has a PRO/Wireless 4965 AG or AGN
Network Connection, I have installed 8.04 but seem that the wireless is not
showing in the Network Settings see attached screenshot. I have update my
kernel is now 2.6.24-18-generic but stll no luck. Below are other detail
> From: thad <[EMAIL PROTECTED]>
> Subject: Re: [plug] Getting list of regular files (with whitespaces)
> using ls and AWK
>
> Nice thread... Will try it in other *NIX :-)
>
> No perl expert here but shell scripts+sed+awk can butter my bread, I'm
> enjoying using korn for now than bash.
Cool! So which is better? ODBTP or FreeTDS?
On Wed, Jun 11, 2008 at 6:15 PM, eric rosel <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> Another option (for connecting to SQL Server on
> Windows from PHP on Linux) would be ODBTP
> (http://odbtp.sourceforge.net/), I've done at least a
> couple of gigs with
Hi All,
Another option (for connecting to SQL Server on
Windows from PHP on Linux) would be ODBTP
(http://odbtp.sourceforge.net/), I've done at least a
couple of gigs with ODBTP, one for an online gaming
company, and another for a telco/VOIP company.
They're both stable and one has been running f
I believe tesseract-ocr is also based on the ocr work out of HP labs,
same as gocr. I would take those numbers with a lump of salt.
That will probably be true for text in a single column, no font size
changes or type face changes.
On 6/11/08, eric pareja <[EMAIL PROTECTED]> wrote:
> how does tess
On Wed, Jun 11, 2008 at 4:48 PM, Ludwig Isaac Lim <[EMAIL PROTECTED]> wrote:
> Hi:
>
> There's not really a problem as of now. But the data from the textarea will
> be stored in a
> plain text file. Will there be any side effects if the newlines are in form
> of "\r\n" or "\r" as
> opposed to "
Hi:
There's not really a problem as of now. But the data from the textarea will
be stored in a
plain text file. Will there be any side effects if the newlines are in form of
"\r\n" or "\r" as
opposed to "\n"?
Ludwig Lim
> From: "Ariz Jacinto" <[EMAIL PROTECTED]>
>
> can you elaborate your
how does tesseract-ocr fare? [http://code.google.com/tesseract-ocr]
character accuracy is about 98%, word accuracy is 95+%.
On Tue, Jun 10, 2008 at 10:35 PM, Paolo Falcone <[EMAIL PROTECTED]> wrote:
> There's no "poor man's OCR". The current state of GOCR (jocr.sf.net)
> is just so pitiful at thi
On 6/11/08, Joyce Gutierrez <[EMAIL PROTECTED]> wrote:
>
> Hi again,
>
> Im sorry I was not able to give you the info you were expecting from me and
> thank you again so much,ü
>
> Below are the output for steps 1 and 2:
>
> 1.
>
> [EMAIL PROTECTED] app]# telnet x.x.x.x 80
> Trying x.x.x.x...
> Con
http://www.gpf-comics.com/archive.php?d=20080521
Sent to you by Daniel via Google Reader: Cartoon for Wednesday, May 21,
2008 via General Protection Fault--The Comic Strip on 5/20/08
Things you can do from here:
- Subscribe to General Protection Fault--The Comic Strip using Google
Reader
- Get st
19 matches
Mail list logo