-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for substring #80
Comments
You can only use methods without parameters. Implementing parameters is not that trivial. |
I've created a substring extension: namespace SmartFormat.Extensions
}` Here you can found some examples: |
Hi, that's very good, thank you! |
Do you think your request could be covered with feature request #88 (using |
I really like this! |
Thanks! |
Is there any plan on when another release would be created and pushed to Nuget with this feature included? |
Release 2.3.1.0 is published, covering this feature. |
Thank you! I appreciate the quick response. |
i can see that ToLower and ToUpper are both supported string extensions, but didn't see support for Substring. Is Substring supported and I'm missing it? If not, do you think it would be trivial to support?
Thanks,
Drew
The text was updated successfully, but these errors were encountered: