Char to split options and formats can be changed#243
Merged
axunonb merged 4 commits intoaxuno:version/v3.0from Feb 10, 2022
Merged
Char to split options and formats can be changed#243axunonb merged 4 commits intoaxuno:version/v3.0from
axunonb merged 4 commits intoaxuno:version/v3.0from
Conversation
…er char (like ' \t')
* Affects ChooseFormatter, ConditionalFormatter, IsMatchFormatter, ListFormatter, PluralLocalizationFormatter, SubStringFormatter
* With "{}" in the format part, the matching variable will show
Reasoning: There is no plural rule for invariant culture ("iv")
Codecov Report
@@ Coverage Diff @@
## version/v3.0 #243 +/- ##
===========================================
- Coverage 96% 96% -0%
===========================================
Files 89 89
Lines 3078 3084 +6
===========================================
+ Hits 2965 2970 +5
- Misses 113 114 +1
Continue to review full report at Codecov.
|
axunonb
added a commit
to axunonb/SmartFormat
that referenced
this pull request
Mar 10, 2022
* SplitChar for formatters can now be changed from default '|' to another char (like ' \t')
* Affects ChooseFormatter, ConditionalFormatter, IsMatchFormatter, ListFormatter, PluralLocalizationFormatter, SubStringFormatter
* With "{}" in the format part, the matching variable will show
* Invariant culture maps to English. Reasoning: There is no plural rule for invariant culture ("iv")
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The character to split options and formats can be changed. This allows having the default split character
|as part of the output string.Affects
ChooseFormatter,ConditionalFormatter,IsMatchFormatter,ListFormatter,PluralLocalizationFormatter,SubStringFormatter.Example: