You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regex imo could be executed on two steps, first one on full html, it is not the best way to do it, but it is not pretty bad, if user write bad config, it is always problem of the user.
And the second one, on the extracted config.
Something like
regex_strip_before:
regex_strip_after:
I could write it and make pr, but i am not sure, will it ever be included. Or should i make it around graby not inside.
Hello everyone, Is it possible to write config to strip or replace some values based on regex not on xpath?
The text was updated successfully, but these errors were encountered: