Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regexp Transformation #8

Closed
agabuza opened this issue Mar 30, 2017 · 2 comments
Closed

Regexp Transformation #8

agabuza opened this issue Mar 30, 2017 · 2 comments

Comments

@agabuza
Copy link

agabuza commented Mar 30, 2017

While using openscraping faced quite common scenario when a specific subset(word) has to be selected from element with plain text.

Sample: <div class="info">Contact information. Phone: 111-111-111, Address: str.Street 1/1, City. 2017</div>

Would be really useful to have built-in RegexpTransformation which can take custom regexp expressions as an input param '_regexp'. Something like '_separator' in SplitTransformation.

@agabuza agabuza changed the title Built in Regexp Transformation Regexp Transformation Mar 30, 2017
@zmarty
Copy link
Contributor

zmarty commented Jul 18, 2017

Thanks, I think this is a good idea.

@zmarty
Copy link
Contributor

zmarty commented Nov 24, 2018

#20 This is now implemented and will go out on NuGet in a few minutes, thanks for the suggestion.

@zmarty zmarty closed this as completed Nov 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants