We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4c7d8 commit 7daee63Copy full SHA for 7daee63
plotly/plotly_aux/checkescape.m
@@ -1,4 +1,4 @@
1
-function [ escaped_val ] = check_escape(val)
+function escaped_val = checkescape(val)
2
%adds '\' escape character if needed
3
ec = '\';
4
ind = find( (val == '"') | (val == '\' ) | (val == '/' ));
0 commit comments