SplitScript reference / Migration / Nullable blank strings
Nullable blank strings
Migration from C#
Source pattern
Look for the C# concept Nullable blank strings in the source. The semantic difference below is more important than a token-for-token rewrite.
Canonical SplitScript
Use the canonical language and API symbols linked below.
Semantic difference
Use String.isBlank for required strings and match String? explicitly when absence should also count as blank.
Supported hosts
This uses the standard SplitScript runtime contract. Any provider-specific requirements are documented by the linked canonical API.
Related reference
-
String.isBlank (standard library)