metadew / iesi

Intelligent, Enhanced & Seamless Industrialization
http://www.metadew.io
Other
13 stars 10 forks source link

Allow text pattern testing #485

Closed HamzaaKhattabi closed 2 years ago

HamzaaKhattabi commented 2 years ago

ID 65f71b8

Description Users have to be able to find for a specific words/set of words by using Regex patterns. More information about Regex: en.wikipedia.org/wiki/Regular_expression

AS IF Users use text.substring to slice a text and get a particular set of words --> Not accurate since the text could be changed and lead to a change on the script design since the set of words could not be on the same index position in the text. TO BE Users use text.regex(text, pattern) and target a a set of words that match the pattern. If the text change, it doesn't matter since the target is not based on variable components.