SplitScript reference / Migration / ASCII string lowercasing
ASCII string lowercasing
Migration from C#
Source pattern
- C#:
ToLower
Canonical SplitScript
ToLowerbecomestoAsciiLowerCase.
Use the canonical language and API symbols linked below.
Semantic difference
Use toAsciiLowerCase when game identifiers require ASCII-only normalization; this is not culture-sensitive Unicode lowercasing.
Supported hosts
This uses the standard SplitScript runtime contract. Any provider-specific requirements are documented by the linked canonical API.
Related reference
-
String.toAsciiLowerCase (standard library)