Thursday, 26 August 2021

Java Script - Replace forward slash with backward slash

 str = get_instal_path_org;

res = str.replace(/\//g, "\\");;


No comments:

Data Sharing

  1. Create Share CREATE SHARE my_share; 2. Grant privileges to share GRANT USAGE ON DATABASE my_db TO SHARE my_share; GRANT USAGE ...