25 Aug 2025
	
		
		06:44 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		26 Aug 2025
	
		
		07:25 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		
		
			MaciejNeumann
		
		
		
		
		
		
		
		
	
			
		
hello i have this data : "\Microsoft\Windows\IPAM\ServiceMonitoring"
i want to delete de "\ at the start and " and the end, but i don´t know how to do it, maybe could you help me
Solved! Go to Solution.
25 Aug 2025 09:04 PM
Try this parse and let us know
data record(string= "\"\\Microsoft\\Windows\\IPAM\\ServiceMonitoring\"")
| parse string, """ '\"\\' LD:result '\"' """Regards
25 Aug 2025 09:33 PM
thak you, it works!!!!