TextRemoveSpaces function

String TextRemoveSpaces(
  1. String text
)

Implementation

String TextRemoveSpaces(
  String text,
) => _module.TextRemoveSpaces(text);