Added split_text usage example in all languages with consistent visua…#666
Added split_text usage example in all languages with consistent visua…#666dhruvjanghu wants to merge 1 commit intothoth-tech:mainfrom
Conversation
✅ Deploy Preview for splashkit ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Mdanial01
left a comment
There was a problem hiding this comment.
This pull request provides well-structured and minimal usage examples of the split_text function across Python, C++, and C#, demonstrating consistent formatting and clear functionality for developers. The examples are easy to follow and highlight how to split a string into individual words using SplashKit utilities. To further enhance the PR, it would be helpful to include information about testing the examples to ensure they work correctly in all languages, as well as update the documentation to reference these new examples. Adding test cases or instructions for verification would improve usability, especially for beginners. Overall, this PR effectively introduces multi-language examples that are clear, concise, and aligned with project guidelines, making them a valuable addition to the repository.
Description
Have added a new usage example for split() function under the utilities category, done through out 4 different languages.
Type of change
How Has This Been Tested?
Testing Checklist
(no visual or formatting issues in preview)
Checklist
If involving code
.txtfile)If modified config files
Folders and Files Added/Modified
Added
public/usage-examples/utilities/split_text-1-example.cpppublic/usage-examples/utilities/split_text-1-example-top-level.cspublic/usage-examples/utilities/split_text-1-example-oop.cspublic/usage-examples/utilities/split_text-1-example.pypublic/usage-examples/utilities/split_text-1-example.txtpublic/usage-examples/utilities/split_text-1-example.png