We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca4f65 commit 75c9760Copy full SHA for 75c9760
assets/js/aws.permissions.cloud.js
@@ -3,7 +3,7 @@
3
var custom_policy_timer;
4
5
function escapeRegex(string) {
6
- return string.replace(/[/\-\\^*+?.()|[\]]/g, '\\$&');
+ return string.replace(/[\\^+.()|[\]]/g, '\\$&');
7
}
8
9
function arnReplace(arn, action, resource_mapping_sub, resource_type_name) {
0 commit comments