Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Improve type prefix and suffix extraction
Refactored the logic in `get_prefix_and_suffix` function to improve type prefix and suffix extraction. Now using `rsplit` method to accurately extract the prefix and suffix from the input string. Closes #12
- Loading branch information