$safe save file name

Allows you to save your filenames safely using a regular expression.


Example

Running this code will save the input file name "Hello ////_+ World" with the safe regex option as "[^0-9a-zA-Z]+", then it will load as an HTML in the UBot browser.

load html($plugin function("Data and Files Automation.dll", "$safe save file name", "Hello /*///*_+ World", "[^0-9a-zA-Z]+"))

Was this helpful?

Previous Article

$roman numerals

Next Article

$sheet name from excel