Skip to main content

escape_property

Function escape_property 

Source
pub fn escape_property(text: &str) -> String
Expand description

Escape a workflow-command property value (file=, title=): message escaping plus , to %2C and : to %3A, because commas separate properties and colons terminate the command prefix.