Summary
If you want to include a $ that will be evaluated with your regular expression, you would need to substitute each instance with $DOLLAR$ to have it resolve to $ when the regular expression executes. For example ^[1-9]$DOLLAR$Synopsis
This article gives information about regular expression examples.Discussion
If you want to include a $ that will be evaluated with your regular expression, you would need to substitute each instance with $DOLLAR$ to have it resolve to $ when the regular expression executes. For example ^[1-9]$DOLLAR$If you want to include an InstallAnywhere variable that will resolve prior to executing your regular expression, you would simply include the variable. For example, ^[1-9$MY_VAR$]$DOLLAR$ would resolve to ^[1-9A-Za-z]$ if $MY_VAR$ contains A-Za-z.
Here are a some examples of Regular Expressions you can use in InstallAnywhere:
Check for user name and password:
^[^;\s\-]![1,28!]$DOLLAR$
Check for Oracle user name, password, SID, Tablespace name:
^[^\d/@,\+;\s\-][^/@,\+;\s\-]![1,28!]$DOLLAR$
Port validation:
^(([1-6]![1!][0-9]![1,4!])![1!])$DOLLAR$
or
^(([7-9]![1!][0-9]![1,3!])![1!])$DOLLAR$
To validate IP addresses entered by users:
\b((25[0-5]|2[0-4]\d|[01]\d\d|\d?\d)\.)\b
or for a "does not match" scenario
^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.)$DOLLAR$
Was this helpful?
Related Articles
Filtering for Strings Using Regular Expressions 4Number of Views Compliance import may fails if an invalid regular expression is specified in a license points rule set 4Number of Views Modify the FlexNet Embedded SDK Examples to Use HTTPS 10Number of Views Associate Rule Expression to File Extensions 3Number of Views "Arithmetic overflow error converting expression to data type int." when importing PO data 10Number of Views
Revenera Assistant
Online
Hi, I am Reva - Ask me anything.
Updates
No new updates
Chat
Home
Updates
/**/
Thanks for the feedback!
Your feedback has been saved.Rate this response:
1
2
3
4
5
Add Additional feedback ( Optional )
0/240
English
English
Language changed successfully
Something went wrong
Email sent successfully
Something went wrong
Case create successfully
Are you sure you want to cancel
the case creation?
Please select a product to submit the case.
Please select a product version to submit the case.
0/255
Upload Attachment
File Upload
Maximum file
size allowed is 3 MB.
File type
not supported.
Supported file types:
Documents (.txt, .doc, .docx, .pdf), Images (.jpg, .png), Comma Separated Files
(.csv) Speadsheets (.xlsx, .xls)
Are you sure you want to cancel the case creation?
Case closed successfully
File Upload
Maximum file size allowed is 3 MB.
File type not supported.
Supported file types:
Documents (.txt, .doc, .docx, .pdf), Images (.jpg, .png), Comma Separated Files
(.csv) Speadsheets (.xlsx, .xls)
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
File Upload
Maximum file
size allowed is 3 MB.
File type
not supported.
Supported file types:
Documents (.txt, .doc, .docx, .pdf), Images (.jpg, .png), Comma Separated Files
(.csv) Speadsheets (.xlsx, .xls)
© 2026 Flexera Software. All Rights Reserved.
Case id: 00001065
Activity: Status change: 2 hours ago