Skip to content

Add new refiners#206

Merged
otsch merged 1 commit intomainfrom
feature/new-refiners
Apr 9, 2025
Merged

Add new refiners#206
otsch merged 1 commit intomainfrom
feature/new-refiners

Conversation

@otsch
Copy link
Member

@otsch otsch commented Apr 9, 2025

  • DateTimeRefiner::reformat('Y-m-d H:i:s') to reformat a date time string to a different format. Tries to automatically recognize the input format. If this does not work, you can provide an input format to use as the second argument.
  • HtmlRefiner::remove('#foo') to remove nodes matching the given selector from selected HTML.

* `DateTimeRefiner::reformat('Y-m-d H:i:s')` to reformat a date time
  string to a different format. Tries to automatically recognize the
  input format. If this does not work, you can provide an input format
  to use as the second argument.
* `HtmlRefiner::remove('#foo')` to remove nodes matching the given
  selector from selected HTML.
@otsch otsch merged commit a6017ee into main Apr 9, 2025
6 checks passed
@otsch otsch deleted the feature/new-refiners branch April 9, 2025 09:47
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

Successfully merging this pull request may close these issues.

1 participant