Eyeon:Script/Reference/Libraries/eyeon/stripname
From VFXPedia
< Eyeon:Script | Reference | Libraries | eyeon
Contents |
Usage
stripname(string name )
- name (required, string)
A string containing text to be stripped
Returns
Returns a string which is a copy of the name argument, with all white space and non-alphanumeric characters removed.
Remarks
This function strips any non numeric and white space characters from its name argument. It is useful for taking strings from other sources and adjusting them to be legal names for tools in Fusion.
Requirements
- eyeonScript 5.1
This is also available as a global function in eyeonScript 5.0
Examples