i need to create standard Java regular expression that will be used to validate the entered string parameter value in Jenkins.
The string can’t be empty, can’t contain space or have $ in it.
What will be the regex?
Tnx.
Alex
i need to create standard Java regular expression that will be used to validate the entered string parameter value in Jenkins.
The string can’t be empty, can’t contain space or have $ in it.
What will be the regex?
Tnx.
Alex