Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
As allready noted in previous posts a general solution should run on all plattforms. Similar to COM objects java is not available in Nomad. Nomad / Nomad Web is going to be the most used client for a standard user.
Ideas/WIshes for additional functions directly in Lotusscript are targeting all platforms/clients.
https://openntf.org/main.nsf/project.xsp?r=project/Regular%20Expressions%20for%20LotusScript/summary
Set regexp = CreateObject("VBScript.RegExp")
Does not work in Nomad. It says
So we need a native Regex support urgently.
I used something like this a while ago which still works.
This is a workaround. Moreover, the present direction of development is to abandon Java on the client.
* most lotusscript lacks
We support this so far with a UseLSX wrapper around java.util.regex.Pattern. Seems that most things this site suggests are doable within the domino environment by wrapping LotusScript around the JVM.
both regex replace and regex match would be good to have.