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
I used something like this in the past:
Dim x As String
Dim regexp As Variant
x = "5s"
Set regexp = CreateObject("VBScript.RegExp")
regexp.Global = True
regexp.Pattern = "^[0-9]+$"
Print regexp.Test(x)
Since it (
CreateObject
) does not work in Nomad, we need a native regex support urgently. See also DOMINO-I-636.Please do it! Or expand the functionality of the operator "Like". This need for create a client-side form validation engine.
I use RegEx via LS2J, but LS2J is not supported in the DominoApp :(