# `GSRemoveComments`

*Function*

## Declaration

```swift
func GSRemoveComments(_ code: String) -> String
```

```objc
NSString *GSRemoveComments(NSString *code);
```

```python
GSRemoveComments(code: str) -> str
```

## See Also

### Data and Source Processing

- [`CompressZ`](/Core/GlyphsCore/CompressZ)
- [`DecompressZ`](/Core/GlyphsCore/DecompressZ)

