Strings examples
September 1, 2024 ยท View on GitHub
This folder contains strings examples used by Reference Guide and more.
- compare shows how to use xtd::ustring::compare method.
- compare_ignore_case shows how to use xtd::ustring::compare method.
- concat shows how to use xtd::ustring::concat method.
- concat_collection shows how to use xtd::ustring::concat method.
- contains shows how to use xtd::ustring::contains method.
- join shows how to use xtd::ustring::join method.
- split shows how to use xtd::ustring::split method.
- string_format shows how to use xtd::ustring::format method.
- string_format_with_order shows how to use xtd::ustring::format method.
- string_unicode shows how to use xtd::ustring class with unicode.
- strings shows how to use xtd::basic_string constructors.
Build and run any project
Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:
xtdc run -t any_project_name