#import NS_ASSUME_NONNULL_BEGIN @interface NSRegularExpression (HTML) // Matches HTML tags + (NSRegularExpression *)wmf_HTMLTagRegularExpression; // Matches HTML entities &   etc + (NSRegularExpression *)wmf_HTMLEntityRegularExpression; // Matches ' " ; ' + (NSRegularExpression *)wmf_charactersToEscapeForJSRegex; @end NS_ASSUME_NONNULL_END