Regex help needed
From: BernieH (bhoughton_at_ozemail.com.au)
Date: 06/17/04
- Previous message: Roger: "Throwing out 5 boxes Sol 7 still wrapped"
- Next in thread: those who know me have no need of my name: "Re: Regex help needed"
- Reply: those who know me have no need of my name: "Re: Regex help needed"
- Reply: Alexey G. Khramkov: "Re: Regex help needed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 17 Jun 2004 15:54:31 +1000
I need to set up a regex to convert a text string (actually a word) to all
lowercase.
The application in which I need to use the regex supposedly supports POSIX.
(The application is a link resolver, specifically, Innovative's WebBridge).
Regexes need to be in the form /string to match/replacement string/
I'm able to replace single characters at a time, e.g. /M/m/ to convert
uppercase M to m. And I can even figure out a way to do what I want using a
long string such as /A/a/g_/B/b/g_/C/c/g etc - except that the application
will accept only a maximum of 12 expressions, way short of the 26 I'd need
for my purposes.
I've tried fiddling around with \L but the application insists on
recognizing this only as a text string.
Can anybody suggest anything else to try??
TIA
Bernie
- Previous message: Roger: "Throwing out 5 boxes Sol 7 still wrapped"
- Next in thread: those who know me have no need of my name: "Re: Regex help needed"
- Reply: those who know me have no need of my name: "Re: Regex help needed"
- Reply: Alexey G. Khramkov: "Re: Regex help needed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|