Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2024 07:27 AM
How can I include \ as part of the string?
var A = '/^' + iprefix + '\[0-9A-Z]{' + inumb + '}$/';
From the logs, A was returned as '/^AT[0-9A-Z]{18}$/' where '\' is missing.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2024 07:36 AM - edited ‎05-09-2024 07:39 AM
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2024 07:36 AM - edited ‎05-09-2024 07:39 AM

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2024 07:42 AM - edited ‎05-09-2024 07:44 AM