regex - how to do the following in ruby? -


मुझे स्ट्रिंग जैसे

"/ html / body / a" को पकड़ने की आवश्यकता है

मुझे अंतिम भाग की जांच करने की आवश्यकता है, इस मामले में अंतिम "/"

के बाद "a" मैं यह कैसे कर सकता हूं?

<पूर्व> x = के बाद मैं अंतिम आइटम के लिए मिलान कैसे कर सकता हूं? "/ Html / body / a" x.split ("/")। अंतिम # = & gt; "A"

Comments

Popular posts from this blog

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -