|
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?
|