hyTags
HomeHome DocumentationDocumentation

string-copy

Creates a copy of the string.
Parameter
Type
Description
self
String
String to copy
return
string
Copy of the string
Test Case:Copy string
    <div></div>
    
    <string-new value="hello">
    <string-copy>
    <assert-equal value="hello" type="string">
    
    👆 Try to change something!
  • Test succeeded Test failed