Regex and non-technical users -


Given that:

  • You have some major Value data that can be modified
  • Modifications are done by applying a filter in the data. Filters that are controlled are controlled by non-technical people
  • Filters are setup using regular expressions. An example of a rule described in the form of a filter can be "If a key matches something regex, replace the value with some other value"

    You How will:

    If the people of the business have to be prepared by the filter, who can not make regular expressions then can you submit your input to them which can be easily translated into regex Will you?

    There is a GUI editor to create regular expressions from plain English, I take a look at it I suggest and implement its own variation

    See screenshots for an example: Taken from the app website

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -