<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:gd="http://schemas.google.com/g/2005"><id>tag:blogger.com,1999:blog-7958828565254404797.post5440171480211394952..comments</id><updated>2024-11-26T04:30:47.187-08:00</updated><title type='text'>Comments on ListenData: Regex Tutorial with Examples</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.listendata.com/feeds/comments/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7958828565254404797/5440171480211394952/comments/default'/><link rel='alternate' type='text/html' href='https://www.listendata.com/2018/07/regular-expression-tutorial-with-examples.html'/><link rel="hub" href="http://pubsubhubbub.appspot.com/"/><author><name>Deepanshu Bhalla</name><uri>http://www.blogger.com/profile/09802839558125192674</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXm_iOrXFR9Ls-mjtOci4qd1m1V1TXkkWJINuMy84-Axo5pNS6CG7oKwR7hfHHI3tB1yuz8W_qo9HK2Cw5fHfe_4cL_2DCf_LyoK9LMLicZojbNYgypIP-RXNsw1GsVhk/s100/pic.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7958828565254404797.post-3770524456194485386</id><published>2018-07-29T23:12:03.645-07:00</published><updated>2018-07-29T23:12:03.645-07:00</updated><title type='text'>Interesting article.
In addition, the caret &#39;^...</title><content type='html'>Interesting article.<br />In addition, the caret &#39;^&#39; symbol comes under Negated character class. When caret is used after opening square bracket &#39;[&#39;, it results in matching any character <strong>except</strong> the characters inside square brackets. <br />For Example: /^a[^b]a$/ will match any 3 characters starting and ending with &#39;a&#39; except &#39;aba&#39;.<br />Matches : aca, a a, a_a, a1a and so on..</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7958828565254404797/5440171480211394952/comments/default/3770524456194485386'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7958828565254404797/5440171480211394952/comments/default/3770524456194485386'/><link rel='alternate' type='text/html' href='https://www.listendata.com/2018/07/regular-expression-tutorial-with-examples.html?showComment=1532931123645#c3770524456194485386' title=''/><author><name>Anonymous</name><uri>https://www.blogger.com/profile/12278362347915338818</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.listendata.com/2018/07/regular-expression-tutorial-with-examples.html' ref='tag:blogger.com,1999:blog-7958828565254404797.post-5440171480211394952' source='http://www.blogger.com/feeds/7958828565254404797/posts/default/5440171480211394952' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-207380784"/><gd:extendedProperty name="blogger.displayTime" value="July 29, 2018 at 11:12 PM"/></entry></feed>