markor icon indicating copy to clipboard operation
markor copied to clipboard

Support for replacing with lowercase or uppercase

Open BambuSergio opened this issue 9 months ago • 3 comments

⚠️ This issue respects the following points: ⚠️

  • [X] This is a enhancement/feature request. Not a bug or question.
  • [X] The topic is not already reported at Issues. (I've searched it).
  • [X] Markor is up to date. See Releases for the latest version. Updates are available from F-Droid and GitHub.
  • [X] The wanted feature/enhancement is not present in the latest development version (git master). (Please download and try the test version of Markor, named Marder. Don't worry; Markor and Marder appear as completely separate applications. You can install both side-by-side, and Markor's settings are not touched. If your desired feature is present, you don't need to open this issue. The change will be part of the next Markor update.)

Description

I would like to be able to use things like \L$0 or \U$1, etc. in the replacement box, width regular expressions, to be able to replace the text found with lowercase or uppercase. Thank you. Greetings.

Information

Android version: 13 Device: Poco F5 App Version: 2.11.1

Source

F-Droid

Format / File type

Not specific

Additional info / Log

-

BambuSergio avatar May 11 '24 00:05 BambuSergio

Regex has a insensitive flag.

Prefix query with (?i)

gsantner avatar May 11 '24 09:05 gsantner

Regex has a insensitive flag.

Prefix query with (?i)

I'm sorry, but I don't understand very well. Is it possible to do what I say with regular expressions? Some example? I've tried (?!) but I can't get anything. Thank you

BambuSergio avatar May 11 '24 14:05 BambuSergio

i like ignore not !

gsantner avatar May 11 '24 17:05 gsantner

Can this be closed?

Also #2426 might be helpful to you.

gsantner avatar Oct 13 '24 19:10 gsantner