We can create a Ruby RegEx with // or %r{} which are the literal constructors of it. /abc/ %r{abc}. And both are instances of the RegEx ...
確定! 回上一頁