We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd3a1d7 + 4748fbf commit 39bf8d3Copy full SHA for 39bf8d3
Segment-Firebase/Classes/SEGFirebaseIntegration.m
@@ -103,7 +103,6 @@ + (NSString *)formatFirebaseNameString:(NSString *)name
103
NSRegularExpression *regex = [NSRegularExpression regularExpressionWithPattern:@"([^a-zA-Z0-9_])" options:0 error:&error];
104
NSString *formatted = [regex stringByReplacingMatchesInString:trimmed options:0 range:NSMakeRange(0, [trimmed length]) withTemplate:@"_"];
105
106
- NSLog(@"Output: %@", formatted);
107
return [formatted substringToIndex:MIN(40, [formatted length])];
108
}
109
0 commit comments