idEncode() operator

Tinderbox Icon

New to v4.1.0, this addresses the problem of using strings such as note names as 'id' attributes in marked up languages like HTML and XML.

idEncode("stringValue")

idEncode($AttribureName)

The idEncode() ensures the result begins with a letter or underscore, and contains only letters, digits, and the underscore character. Multiple underscores are collapsed to a single character. For example:

idEncode(string) -> result string

frogs -> frogs

frogs dogs -> frogs_dogs

War And Peace -> War_And_Peace

3 blind mice -> _3_blind_mice

Wow!!! Look -> Wow_Look

Notice that leading numbers (not legal for 'id' initial characters) are preceded by underscores to maintain legibility vs. the source string.

Note too (see syntax examples at top) that string literal values are "quoted" whereas attribute names are not, the latter's status being indicated by their $ prefix.


Up: Actions & Rules
Previous: eval() operator  Next: String encoding conversion operators 

[Last updated: 3 Dec 2008]

Google search aTbRef for:  

Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]

Creative Commons License

Made with Tinderbox