# `GSFeatureGenerator canAutomatePrefixWithName:`

*Type Method*

## Declaration

```swift
class func canAutomatePrefix(withName name: String) -> Bool
```

```objc
+ (BOOL) canAutomatePrefixWithName:(NSString *) name;
```

```python
canAutomatePrefixWithName_(name: str) -> bool
```

