mgeduld


Member since 11/30/2010

1 snippets

1927 profile views

6 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

mgeduld's Recent SnippetsTagged replace



« Prev 1 Next »
This simple construct allows you to replace parts of a string with items in a hash table (e.g. and Object). Example: var replacements : Object = { SPEED : "slow", ADJECTIVE : "green", VERB: "slithers" }; var template: String = "The %{SPEED}...
0 888 posted 13 years ago by mgeduld
« Prev 1 Next »