News
var grab = require('gulp-query-html'); var gulp = require('gulp'); gulp.task('default', function () { gulp.src('./cases/*.html') .pipe(grab('body')) .pipe(gulp.dest ...
Recently I found I needed to remove all the HTML tags from some text in Power Query. I searched and found a great – if complex – function from Marcel Beug here, but I realised that since that post was ...
Fast HTML Parser is a very fast HTML parser. Which will generate a simplified DOM tree, with basic element query support. Per the design, it intends to parse massive HTML files in lowest price, thus ...
Last year I blogged about how to use the Text.BetweenDelimiters() function to extract all the links from the href attributes in the source of a web page. The code was reasonably simple but there’s now ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results