Is it a:
Text or Note: Sometimes, such a string could simply be a note or a piece of information jotted down. For example, a user might make a note about a product: waaa412 av new
Learn more about product management and feature prioritization from ProductPlan Explore how to build user-centric features at Intercom's Blog specific feature ideas for a particular type of software or AV equipment? Is it a: Text or Note : Sometimes,
# Substring features features['has_waaa'] = 'waaa' in identifier features['has_412'] = '412' in identifier features['is_av_edition'] = 'av' in identifier features['is_new_version'] = 'new' in identifier