Enhance REGEX find/replace to support change to/from uppercase/lowercase?
Are you missing a feature? Request its implementation here.
-
- Posts: 88
- Joined: Wed Feb 11, 2015 11:25 pm
- Location: San Francisco, California USA
- Contact:
Enhance REGEX find/replace to support change to/from uppercase/lowercase?
Currently running oXygen XML Editor 21.1.
In oXygen, I'd like to be able to use REGEX find/replace to change case ala this example:
https://stackoverflow.com/questions/207 ... se-letters
I understand only a few REGEX engines support upper to lower or lower to upper case replacements. (Notepad++ being the one I normally revert to when I need to so do...)
Any chance oXygen's find/replace could be enhanced to support REGEX case changing?
Cheers & thanks as always,
Riley
SFO
In oXygen, I'd like to be able to use REGEX find/replace to change case ala this example:
https://stackoverflow.com/questions/207 ... se-letters
I understand only a few REGEX engines support upper to lower or lower to upper case replacements. (Notepad++ being the one I normally revert to when I need to so do...)
Any chance oXygen's find/replace could be enhanced to support REGEX case changing?
Cheers & thanks as always,
Riley
SFO
-
- Posts: 88
- Joined: Wed Feb 11, 2015 11:25 pm
- Location: San Francisco, California USA
- Contact:
Re: Enhance REGEX find/replace to support change to/from uppercase/lowercase?
Actually another extremely(!) good tool for developing REGEX is regex101.com.
I just used it to convert a lowercase character to uppercase. Example excerpt follows.
Target text (excerpt):
REGEX (case-sensitive find):
REGEX substitution:
Result:
For information, in regex101.com, search Quick Reference for case.
It'd be great if I could have done this in oXygen XML rather than regex101.com...
Cheers & hope this helps,
Riley
I just used it to convert a lowercase character to uppercase. Example excerpt follows.
Target text (excerpt):
Code: Select all
<td>kill
Code: Select all
<td>([a-z])
Code: Select all
<td>\U$1
Code: Select all
<td>Kill
It'd be great if I could have done this in oXygen XML rather than regex101.com...
Cheers & hope this helps,
Riley
-
- Posts: 2879
- Joined: Tue May 17, 2005 4:01 pm
Re: Enhance REGEX find/replace to support change to/from uppercase/lowercase?
Hi,
Oxygen uses Java regular expression syntax which does not offer this possibility (lowercase/uppercase in replacement).
I have logged a feature request on our issue tracking tool. For future reference it is issue EXM-44096.
Regards,
Adrian
Oxygen uses Java regular expression syntax which does not offer this possibility (lowercase/uppercase in replacement).
I have logged a feature request on our issue tracking tool. For future reference it is issue EXM-44096.
Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service