Eyeon:Script/Reference/Libraries/eyeon/stripname

From VFXPedia

< Eyeon:Script | Reference | Libraries | eyeon
Revision as of 03:00, 1 March 2008 by Izyk (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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



Tips for stripname (edit)

EyeonTips:Script/Reference/Libraries/eyeon/stripname