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 f3d6c7d commit 7906ee8Copy full SHA for 7906ee8
js/utility/validate-ds2-variable-name.js
@@ -1,5 +1,7 @@
1
/**
2
- * A function that checks a string for being a valid variable name in DS2 -
+ * A function that checks a string for being a valid variable name in DS2:
3
+ * - https://go.documentation.sas.com/doc/en/pgmsascdc/default/ds2pg/p0jpu8qhzm0om9n1gy85ydkzubpf.htm
4
+ * - https://go.documentation.sas.com/doc/en/pgmsascdc/default/ds2pg/p1rnsddd78roken1tlwnfk4poavl.htm
5
* @param {String} name - Potential name of the variable
6
* @returns {Boolean} - True if a valid name, False if an invalid name
7
*/
0 commit comments