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
Regex is a very common need, but currently LotusScript does not support it. All other major language support this.
I used something like this a while ago which still works.
Attachments Open full size
This is a workaround. Moreover, the present direction of development is to abandon Java on the client.
Attachments Open full size
* most lotusscript lacks
Attachments Open full size
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.
Attachments Open full size
both regex replace and regex match would be good to have.
Attachments Open full size