Re: remove numbers from a string
- From: "steve" <a@xxxxxx>
- Date: Mon, 26 Sep 2005 11:19:52 -0500
i believe you can replace numbers with this pattern:
\.?\d+[\.\n]?
assuming you want to also remove associated markup that goes with certain
numbers...i.e. currency, phone numbers, etc.
.
- Follow-Ups:
- Re: remove numbers from a string
- From: dean
- Re: remove numbers from a string
- References:
- remove numbers from a string
- From: dean
- remove numbers from a string
- Prev by Date: Re: remove numbers from a string
- Next by Date: PHP SSH2 Module Load
- Previous by thread: Re: remove numbers from a string
- Next by thread: Re: remove numbers from a string
- Index(es):
Relevant Pages
|