@alefesouza https://as.dev let str = new java.lang.String('Hello world!'); let result = str.endsWith('world!'); console.log(result); // true let button = new UIButton(); button.setTitleForState('Button title', UIControlStateNormal); console.log(button.titleLabel.text);