gsantner / markor

Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
https://github.com/gsantner/markor/discussions/2269
Other
3.7k stars 360 forks source link

Support for replacing with lowercase or uppercase #2279

Open BambuSergio opened 4 months ago

BambuSergio commented 4 months ago

⚠️ This issue respects the following points: ⚠️

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

-
gsantner commented 4 months ago

Regex has a insensitive flag.

Prefix query with (?i)

BambuSergio commented 4 months ago

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

gsantner commented 4 months ago

i like ignore not !