Re: splitting text that contains an encrypted value
- From: usenet@xxxxxxxxxxxxxxx
- Date: 28 Apr 2006 14:39:52 -0700
John W. Krahn wrote:
Three things that may work:
These are, of course, all good answers to the question. For the sake of
completeness I would add a fourth (which is, however, not as good as
any of the three that John mentioned).
You could use a control character as your delimiter (I believe it
highly unlikely that your encrypted password field would contain any
control characters). For example, you could use ctrl-a (chr 1). You
can specify '\ca' (control-a) in a regular expression.
There are several reasons why this is a bad idea, though.
--
http://DavidFilmer.com
.
- Follow-Ups:
- Re: splitting text that contains an encrypted value
- From: DJ Stunks
- Re: splitting text that contains an encrypted value
- References:
- splitting text that contains an encrypted value
- From: Rance Hall
- Re: splitting text that contains an encrypted value
- From: John W. Krahn
- splitting text that contains an encrypted value
- Prev by Date: Re: Portal Authentication
- Next by Date: Re: simple wildcard regex problem.
- Previous by thread: Re: splitting text that contains an encrypted value
- Next by thread: Re: splitting text that contains an encrypted value
- Index(es):
Relevant Pages
|