We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73282aa commit f58f827Copy full SHA for f58f827
README.md
@@ -21,7 +21,7 @@ or use static method
21
````
22
more method
23
24
-````
+````java
25
String year = Extractors.on("<div> Talk is cheap. Show me the code. - Fri, 25 Aug 2000 </div>")
26
.extract(selector("div")) // extract with selector
27
.filter(value -> value.trim()) // trim result
0 commit comments