Package src :: Package com :: Package deviceatlas :: Package device :: Module dynamic_value_extractor :: Class DynamicValueExtractor
[frames] | no frames]

Class DynamicValueExtractor

Instance Methods
 
get_dynamic_value(self, identifier, start_index)
Extract the dynamic value from the identifier starting at the offset index.
Method Details

get_dynamic_value(self, identifier, start_index)

 

Extract the dynamic value from the identifier starting at the offset index. Some extractors may perform validation to ensure the extracted value is compliant.

@param identifier The identifier string to extract the dynamic value from @param startIndex The character index in the identifier where the dynamic value starts @return The dynamic value string or null if no dynamic value found.