Community
    • Login

    Delete all-cap words

    Scheduled Pinned Locked Moved General Discussion
    22 Posts 7 Posters 1.7k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • LordP666L
      LordP666 @Alan Kilborn
      last edited by

      @Alan-Kilborn

      Sorry, won’t happen again.

      1 Reply Last reply Reply Quote 0
      • guy038G
        guy038
        last edited by guy038

        Hi, @lordp666, @terry-R, @mark-olson, @coises, @peterjones and All,

        @lordp666, I’m simply blown away by the accuracy of ChatGPT’s answers. Truly amazing !

        Sincerely, the accuracy of the response is impressive. Just one small error, however:


        With our Boost regex engine, if you have used the -i modifier or if you have ticked the Match case box :

        • The \l syntax represents a single lowercase Unicode letter

        • The \u syntax represents a single uppercase Unicode letter

        and :

        • The [[:alnum:]] syntax is a shortcut for [\d\l\u], so any Unicode letter or digit

        • The \w or [[:word:]] syntaxes are a shortcut for [_\d\l\u], so any Unicode letter, digit or the underscore

        So, apart from this particular point, the rest of ChatGPT’s reply, including the summary, is completely accurate !

        Sorry, no need to give you any further explanations !


        Ah… coders everywhere : unite and fight ! In the ( very ) near future, AI is going to replace us and leave us out in the cold ;-))

        BR

        guy038

        1 Reply Last reply Reply Quote 2
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors