I guess this is meant for me, since I opened this can of worms.
I just RTFM'ed and unfortunately <@REGEX> will only find -- not replace. Maybe you can do this in your database, MySQL for example, will support pattern matching.
Another thing I run into a lot lately is character encoding with UTF-8 -- some problems crop up because some characters in the input stream are not available in the desired character set.
On Thursday, October 28, 2004, at 03:33 PM, Peter Ternstr�m wrote:
OK.
say that I want to replace:
� -> A � -> A � -> O
� -> a � -> a � -> o
in a variable, with regex. How would I do this? Point me in the right direction, please.
Peter
----- Original Message ----- From: "Bill Conlon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 29, 2004 12:13 AM Subject: Re: Witango-Talk: REPLACE
REGEX On Thursday, October 28, 2004, at 03:06 PM, Peter Ternstr�m wrote:
Oh no. I feel so stupid now. I read it wrong and thought it was case-sensitive. Any ideas of making a case sensitive replace?
:-)
----- Original Message ----- From: "Ben Johansen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 28, 2004 11:58 PM Subject: RE: Witango-Talk: REPLACE
Unless it is a typo in the 5.5 docs Excerpt from 5.0 docs: "<@REPLACE> is case insensitive."
Case is insensitive hence A = a
Ben Johansen - http://www.pcforge.com Authorized Witango & MDaemon Reseller Available for Witango Developement
-----Original Message----- From: Peter Ternstr�m [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 2:48 PM To: [EMAIL PROTECTED] Subject: Witango-Talk: REPLACE
Hello everyone,
in the documentation for Witango 5.5 it says that <@REPLACE> is case
sensitive. However in tests, it seems that it is not case sensitive and
thinks a and A is the same character. Is this a known bug?
Peter
______________________________________________________________________ _ _
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
______________________________________________________________________ _ _
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
______________________________________________________________________ _ _
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
_______________________________________________________________________ _
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
_______________________________________________________________________ _
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
