gpt4 book ai didi

ruby - 在 ruby​​ 中检查 String 是否为 HTML

转载 作者:数据小太阳 更新时间:2023-10-29 07:42:24 25 4
gpt4 key购买 nike

我们如何使用 Ruby 检查字符串是否为 HTML?

如果字符串包含 html 标签则返回 true 否则返回 false

最佳答案

If string contains html tag then returns true otherwise false

此测试(“字符串包含 <html>”)不足以确定字符串是否为 HTML。

How can we check the string is HTML or not using Ruby?

出色的 Nokogiri gem 提供 HTML 验证。

$ gem install nokogiri

require 'nokogiri'

Nokogiri::HTML.parse("<foo>bar</foo>").validate

# => [#<Nokogiri::XML::SyntaxError...>, ...]

关于ruby - 在 ruby​​ 中检查 String 是否为 HTML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34415447/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com