rubex
rubex copied to clipboard
Regexp
trafficstars
How would one approach regular expressions in Rubex?
Like how would the RubexClass.execute_pattern be defined in Rubex?
def my_method(pattern)
RubexClass.match(pattern)
RubexClass.match?(pattern)
end
I don't understand you correctly. Can you clarify with some more (descriptive) code samples and explanation?