Community
    • Login

    Delete all-cap words

    Scheduled Pinned Locked Moved General Discussion
    22 Posts 7 Posters 6.3k Views 2 Watching
    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 Offline
      LordP666 @Alan Kilborn
      last edited by

      @Alan-Kilborn

      Sorry, won’t happen again.

      1 Reply Last reply Reply Quote 0
      • guy038G Offline
        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

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors