View Single Post
Old 01-11-2026, 01:42 PM   #1
jwes
Connoisseur
jwes began at the beginning.
 
Posts: 96
Karma: 10
Join Date: Jul 2023
Device: none
Trying to use python function replace

Trying to use Python function replace to change strings from all caps to title case. This is the regular expression that I use and it appears to find what I want, but when I click on replace, nothing changes. This is the search that I use:

1\Name=title case
1\Find="(?<=>)([\\w —’]*)(?=</a)"
1\Replace=\\F<titlecase>
1\Controls=RX DN CF

Also, where are the Python functions stored on Windows 11?
jwes is offline   Reply With Quote