Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2023 09:44 AM
Hi All,
Actually on Record producer , for currency field i have created one Regular expression , but it allows only $ and numbers, but i want like "AUD $", it only allows those three letters before $, after that only numbers?
Please help me on this
Thanks
Deepika
Solved! Go to Solution.
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2023 09:50 AM
Hi @Deepika61,
Simply add AUD in front of the $ sign:
^AUD\$[+-]?[0-9]{1,3}(?:,?[0-9]{3})*(?:\.[0-9]{2})?$
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2023 09:50 AM
Hi @Deepika61,
Simply add AUD in front of the $ sign:
^AUD\$[+-]?[0-9]{1,3}(?:,?[0-9]{3})*(?:\.[0-9]{2})?$
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.